Save chat room message prefix for autocomplete

This commit is contained in:
James Booth
2014-07-15 22:46:29 +01:00
parent cc62fe376c
commit d02c8af532
3 changed files with 69 additions and 33 deletions

View File

@@ -77,5 +77,6 @@ void muc_add_pending_broadcast(const char * const room, const char * const messa
GList * muc_get_pending_broadcasts(const char * const room);
void muc_autocomplete(char *input, int *size);
void muc_reset_autocomplete(const char * const room);
#endif