Added roster.rooms.private.char setting

This commit is contained in:
James Booth
2016-01-31 20:17:20 +00:00
parent dd250c6799
commit a00095c8a9
10 changed files with 119 additions and 42 deletions

View File

@@ -199,6 +199,9 @@ void prefs_clear_roster_private_char(void);
char prefs_get_roster_room_char(void);
void prefs_set_roster_room_char(char ch);
void prefs_clear_roster_room_char(void);
char prefs_get_roster_room_private_char(void);
void prefs_set_roster_room_private_char(char ch);
void prefs_clear_roster_room_private_char(void);
gint prefs_get_roster_contact_indent(void);
void prefs_set_roster_contact_indent(gint value);