Started work on chat session, and chat states

This commit is contained in:
James Booth
2012-10-03 23:47:10 +01:00
parent cf211be221
commit f8de28232e
7 changed files with 175 additions and 2 deletions

View File

@@ -5,5 +5,6 @@ void register_prof_history_tests(void);
void register_contact_list_tests(void);
void register_common_tests(void);
void register_prof_autocomplete_tests(void);
void register_chat_session_tests(void);
#endif