mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-07 12:58:13 +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:
parent
139d98fcf0
commit
8e99a799cf
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user