Commit 7f0c7b56 authored by vysheng's avatar vysheng

Merge github.com:vysheng/tg

parents ea6ce649 fc4579ca
...@@ -105,7 +105,7 @@ void do_visualize_key (peer_id_t id); ...@@ -105,7 +105,7 @@ void do_visualize_key (peer_id_t id);
void do_create_keys_end (struct secret_chat *U); void do_create_keys_end (struct secret_chat *U);
void do_add_user_to_chat (peer_id_t chat_id, peer_id_t id, int limit); void do_add_user_to_chat (peer_id_t chat_id, peer_id_t id, int limit);
void do_del_user_from_chat (peer_id_t chat_id, peer_id_t id); void do_del_user_from_chat (peer_id_t chat_id, peer_id_t id);
void do_update_status (int online UU); void do_update_status (int online);
void do_contacts_search (int limit, const char *s); void do_contacts_search (int limit, const char *s);
#endif #endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment