2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 18:59:33 +00:00

98_powerMap: add missing forward declaration

git-svn-id: https://svn.fhem.de/fhem/trunk@13182 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
jpawlowski 2017-01-22 11:14:32 +00:00
parent 2bb467c091
commit 1ca66edd57

View File

@ -48,6 +48,7 @@ sub powerMap_AttrVal($$$$);
sub powerMap_load($$;$$);
sub powerMap_unload($$);
sub powerMap_findPowerMaps(;$);
sub powerMap_verifyEventChain($$);
sub powerMap_power($$$;$);
sub powerMap_energy($$;$);
sub powerMap_update($;$);