about summary refs log tree commit diff stats
path: root/src/config/preferences.h
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2019-05-02 17:01:55 +0200
committerMichael Vetter <jubalh@iodoru.org>2019-05-02 17:01:55 +0200
commitf082563bf2687465f0ca924985ec4d38277459ba (patch)
tree54fe7df828b967fd29e056d2c04a8933677f2d2a /src/config/preferences.h
parent722cb5fdc3ced8b76b58992326c8761227240202 (diff)
downloadprofani-tty-f082563bf2687465f0ca924985ec4d38277459ba.tar.gz
Add occupants char
`/occupants char` now sets a character that is displayed before the nick
in MUCs. Similar like `/roster char` is displaying a char for the roster.

Regards #690
Diffstat (limited to 'src/config/preferences.h')
-rw-r--r--src/config/preferences.h3
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);