Allow utf8 in occupants char

This commit is contained in:
Michael Vetter
2021-10-22 16:47:15 +02:00
parent fa2881fcea
commit 1c96115f97
6 changed files with 25 additions and 29 deletions

View File

@@ -272,8 +272,8 @@ 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);
char prefs_get_occupants_char(void);
void prefs_set_occupants_char(char ch);
char* prefs_get_occupants_char(void);
void prefs_set_occupants_char(char* ch);
void prefs_clear_occupants_char(void);
char prefs_get_occupants_header_char(void);
void prefs_set_occupants_header_char(char ch);