1
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-05-07 22:29:19 +00:00

fhem.pl: utf8ToLatin1($) forward decl. added

git-svn-id: https://svn.fhem.de/fhem/trunk@3846 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2013-09-03 09:22:23 +00:00
parent 8441387139
commit da3d7fcfa0

View File

@ -98,6 +98,7 @@ sub redirectStdinStdErr();
sub rejectDuplicate($$$); sub rejectDuplicate($$$);
sub setGlobalAttrBeforeFork($); sub setGlobalAttrBeforeFork($);
sub setReadingsVal($$$$); sub setReadingsVal($$$$);
sub utf8ToLatin1($);
sub CommandAttr($$); sub CommandAttr($$);
sub CommandDefaultAttr($$); sub CommandDefaultAttr($$);