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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user