2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-07 19:04:20 +00:00

50_TelegramBot: prototypes adapted to new version

git-svn-id: https://svn.fhem.de/fhem/trunk@14893 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
viegener 2017-08-13 16:53:21 +00:00
parent 139d98fcf0
commit 8e99a799cf

View File

@ -124,6 +124,7 @@
# 2.4.3 2017-08-13 delayed retry & rename (#msg668108)
# remove debug / addtl testing
# adapt prototypes for token
#
#
@ -179,8 +180,8 @@ sub TelegramBot_AttrNum($$$);
sub TelegramBot_MakeKeyboard($$$@);
sub TelegramBot_ExecuteCommand($$$$;$$);
sub TelegramBot_readToken($);
sub TelegramBot_storeToken($$);
sub TelegramBot_readToken($;$);
sub TelegramBot_storeToken($$;$);
#########################
# Globals