about summary refs log tree commit diff stats
path: root/src/config/preferences.h
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2021-10-22 16:47:15 +0200
committerMichael Vetter <jubalh@iodoru.org>2021-10-22 16:54:05 +0200
commit1c96115f97c1d72a12840a81ea54b8efd0f2a162 (patch)
treee6f93f256fb78ac5568fb714cf46eb26ac8b3c01 /src/config/preferences.h
parentfa2881fcea9009ffbd50947d755a4c847a157cae (diff)
downloadprofani-tty-1c96115f97c1d72a12840a81ea54b8efd0f2a162.tar.gz
Allow utf8 in occupants char
Diffstat (limited to 'src/config/preferences.h')
-rw-r--r--src/config/preferences.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config/preferences.h b/src/config/preferences.h
index aec27094..1f8df60d 100644
--- a/src/config/preferences.h
+++ b/src/config/preferences.h
@@ -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);