1 parent 4554ced commit 7d2a318Copy full SHA for 7d2a318
interface.h
@@ -87,4 +87,6 @@ void set_interface_callbacks (void);
87
88
char *print_permanent_msg_id (tgl_message_id_t id);
89
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);
92
#endif
0 commit comments