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-12 23:19:07 +0000
committerJames Booth <boothj5@gmail.com>2014-11-12 23:19:07 +0000
commit15d0f679f6a2b56fe58837a4257ea90df92d14e4 (patch)
treed8854489f9693788111e489c8937c778c1249585 /src/roster_list.h
parent7e360dc35a30bd20ba34239949e461159417182a (diff)
downloadprofani-tty-15d0f679f6a2b56fe58837a4257ea90df92d14e4.tar.gz
Implemented roster grouped by presence
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 97c27bb1..0c6861ad 100644
--- a/src/roster_list.h
+++ b/src/roster_list.h
@@ -64,5 +64,6 @@ GSList * roster_get_group(const char * const group);
 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);
 
 #endif