Removed _get_caps_key function

This commit is contained in:
James Booth
2014-09-21 00:22:03 +01:00
parent ae08e820d9
commit 06856ecea1
4 changed files with 12 additions and 71 deletions

View File

@@ -59,8 +59,7 @@ void muc_complete_room_nick_change(const char * const room,
char * muc_get_old_nick(const char * const room, const char * const new_nick);
gboolean muc_add_to_roster(const char * const room, const char * const nick,
const char * const show, const char * const status,
const char * const caps_str);
const char * const show, const char * const status);
void muc_remove_from_roster(const char * const room, const char * const nick);
GList * muc_get_roster(const char * const room);
Autocomplete muc_get_roster_ac(const char * const room);