about summary refs log tree commit diff stats
path: root/src/roster_list.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-05-03 23:38:46 +0100
committerJames Booth <boothj5@gmail.com>2015-05-03 23:38:46 +0100
commitc3d2a7e9377c9d16f1ee4ea57c6e0c1f78b5ac6e (patch)
treea8fc4b397b8b90c7d1e3ee5f14bef1c40969cf4c /src/roster_list.h
parentff867e7f2bdfbd8856bd2a010e9d19b9a429a239 (diff)
downloadprofani-tty-c3d2a7e9377c9d16f1ee4ea57c6e0c1f78b5ac6e.tar.gz
Added roster list function to get display name for messages
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 6c66d142..4417c763 100644
--- a/src/roster_list.h
+++ b/src/roster_list.h
@@ -67,5 +67,6 @@ char * roster_group_autocomplete(const char * const search_str);
 char * roster_barejid_autocomplete(const char * const search_str);
 GSList * roster_get_contacts_by_presence(const char * const presence);
 GSList * roster_get_nogroup(void);
+char * roster_get_msg_display_name(const char * const barejid, const char * const resource);
 
 #endif