Added /roster char resource

This commit is contained in:
James Booth
2015-11-22 02:04:59 +00:00
parent fade5469df
commit c4e8af0b6d
9 changed files with 76 additions and 0 deletions

View File

@@ -172,6 +172,9 @@ void prefs_clear_roster_header_char(void);
char prefs_get_roster_contact_char(void);
void prefs_set_roster_contact_char(char ch);
void prefs_clear_roster_contact_char(void);
char prefs_get_roster_resource_char(void);
void prefs_set_roster_resource_char(char ch);
void prefs_clear_roster_resource_char(void);
gint prefs_get_roster_contact_indent(void);
void prefs_set_roster_contact_indent(gint value);