2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-20 13:26:02 +00:00

fhem.pl: declare sub (Forum #90698)

git-svn-id: https://svn.fhem.de/fhem/trunk@17237 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2018-08-31 05:43:11 +00:00
parent a96b30a4a1
commit 03eb7d4ccc

View File

@ -109,6 +109,7 @@ sub WriteStatefile();
sub XmlEscape($);
sub addEvent($$);
sub addToDevAttrList($$);
sub delFromDevAttrList($$);
sub addToAttrList($);
sub addToWritebuffer($$@);
sub attrSplit($);