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-21 15:30:01 +0200
committerMichael Vetter <jubalh@iodoru.org>2021-10-21 15:30:01 +0200
commit91898597dd15d2d8661ab587a69585b232b7d00e (patch)
treeaf631bfd5e6e18e29f31ece78369a907f7d0c3e0 /src/config/preferences.h
parent37e1699c84bfb34dafaee4cd061eedad79fc114d (diff)
downloadprofani-tty-91898597dd15d2d8661ab587a69585b232b7d00e.tar.gz
Allow utf8 in roster header char
This and the following commits should make a couple of more configs
allow utf8 chars so people can use their weird icons :-)

We did the same for the otr/omemo/pgp indicators at:
https://github.com/profanity-im/profanity/commit/1f8b1eb740391941e79e1004ad041f8178a2b674
https://github.com/profanity-im/profanity/commit/5cf6ee1bc6d0b99b01891bc455a657bf022a72b0
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 30bd434a..1eddceca 100644
--- a/src/config/preferences.h
+++ b/src/config/preferences.h
@@ -254,8 +254,8 @@ gboolean prefs_set_omemo_char(char* ch);
 char* prefs_get_ox_char(void);
 gboolean prefs_set_ox_char(char* ch);
 
-char prefs_get_roster_header_char(void);
-void prefs_set_roster_header_char(char ch);
+char* prefs_get_roster_header_char(void);
+void prefs_set_roster_header_char(char* ch);
 void prefs_clear_roster_header_char(void);
 char prefs_get_roster_contact_char(void);
 void prefs_set_roster_contact_char(char ch);