about summary refs log tree commit diff stats
path: root/src/roster_list.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-11-13 00:22:22 +0000
committerJames Booth <boothj5@gmail.com>2014-11-13 00:22:22 +0000
commit4e429fe7889c5dc35a51dc44d26dabd50d447bd1 (patch)
treef177386b3b89959dc4afa6a22fed08b02a206a0f /src/roster_list.h
parent15d0f679f6a2b56fe58837a4257ea90df92d14e4 (diff)
downloadprofani-tty-4e429fe7889c5dc35a51dc44d26dabd50d447bd1.tar.gz
Implemented /roster by group
Diffstat (limited to 'src/roster_list.h')
-rw-r--r--src/roster_list.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/roster_list.h b/src/roster_list.h
index 0c6861ad..280dbe1c 100644
--- a/src/roster_list.h
+++ b/src/roster_list.h
@@ -65,5 +65,6 @@ GSList * roster_get_groups(void);
 char * roster_find_group(char *search_str);
 char * roster_find_jid(char *search_str);
 GSList * roster_get_contacts_by_presence(const char * const presence);
+GSList * roster_get_nogroup(void);
 
 #endif