diff options
Diffstat (limited to 'src/config/preferences.h')
-rw-r--r-- | src/config/preferences.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config/preferences.h b/src/config/preferences.h index 5bc82dc9..108111c8 100644 --- a/src/config/preferences.h +++ b/src/config/preferences.h @@ -240,6 +240,9 @@ 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); +void prefs_clear_occupants_char(void); char prefs_get_occupants_header_char(void); void prefs_set_occupants_header_char(char ch); void prefs_clear_occupants_header_char(void); |