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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/roster_list.h b/src/roster_list.h
index e193085b..4417c763 100644
--- a/src/roster_list.h
+++ b/src/roster_list.h
@@ -1,7 +1,7 @@
 /*
  * roster_list.h
  *
- * Copyright (C) 2012 - 2014 James Booth <boothj5@gmail.com>
+ * Copyright (C) 2012 - 2015 James Booth <boothj5@gmail.com>
  *
  * This file is part of Profanity.
  *
@@ -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