From da3d7fcfa00b4179bec7bf0973f35de590db865a Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Tue, 3 Sep 2013 09:22:23 +0000 Subject: [PATCH] fhem.pl: utf8ToLatin1($) forward decl. added git-svn-id: https://svn.fhem.de/fhem/trunk@3846 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/fhem.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/fhem/fhem.pl b/fhem/fhem.pl index 6f190e71f..6725790d5 100755 --- a/fhem/fhem.pl +++ b/fhem/fhem.pl @@ -98,6 +98,7 @@ sub redirectStdinStdErr(); sub rejectDuplicate($$$); sub setGlobalAttrBeforeFork($); sub setReadingsVal($$$$); +sub utf8ToLatin1($); sub CommandAttr($$); sub CommandDefaultAttr($$);