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 9b1b921bf0
commit 34c682467c

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