Removed jabber.c dependency on ui.h

This commit is contained in:
James Booth
2012-11-06 22:40:38 +00:00
parent 7e9299c240
commit 4493f55530
3 changed files with 33 additions and 6 deletions

View File

@@ -35,5 +35,12 @@ void prof_handle_incoming_message(char *from, char *message);
void prof_handle_error_message(const char *from, const char *err_msg);
void prof_handle_roster(GSList *roster);
void prof_handle_gone(const char * const from);
void prof_handle_room_history(const char * const room_jid,
const char * const nick, GTimeVal tv_stamp, const char * const message);
void prof_handle_room_message(const char * const room_jid, const char * const nick,
const char * const message);
void
prof_handle_chat_room_member(const char * const room_jid,
const char * const nick);
#endif