Added message in console on /roster add

This commit is contained in:
James Booth
2013-06-02 00:20:22 +01:00
parent cf8d00185b
commit 65c09db19e
6 changed files with 29 additions and 4 deletions

View File

@@ -80,5 +80,6 @@ void prof_handle_disco_info(const char *from, GSList *identities,
GSList *features);
void prof_handle_duck_help(const char * const result);
void prof_handle_duck_result(const char * const result);
void prof_handle_roster_add(const char * const barejid, const char * const name);
#endif