about summary refs log tree commit diff stats
path: root/src/roster_list.h
diff options
context:
space:
mode:
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