Skip to content

Commit 7d2a318

Browse files
author
V V
committed
fixes to lua
1 parent 4554ced commit 7d2a318

File tree

2 files changed

+107
-128
lines changed

2 files changed

+107
-128
lines changed

‎interface.h

+2
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,6 @@ void set_interface_callbacks (void);
8787

8888
char *print_permanent_msg_id (tgl_message_id_t id);
8989
char *print_permanent_peer_id (tgl_peer_id_t id);
90+
tgl_peer_id_t parse_input_peer_id (const char *s, int l, int mask);
91+
tgl_message_id_t parse_input_msg_id (const char *s, int l);
9092
#endif

0 commit comments

Comments
 (0)