diff options
Diffstat (limited to 'src/plugins/profapi.c')
-rw-r--r-- | src/plugins/profapi.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/profapi.c b/src/plugins/profapi.c index c0085d64..e9d3cff6 100644 --- a/src/plugins/profapi.c +++ b/src/plugins/profapi.c @@ -101,3 +101,7 @@ int (*prof_chat_set_incoming_char)(const char *barejid, const char *ch) = NULL; int (*prof_chat_unset_incoming_char)(const char *barejid) = NULL; int (*prof_chat_set_outgoing_char)(const char *barejid, const char *ch) = NULL; int (*prof_chat_unset_outgoing_char)(const char *barejid) = NULL; +int (*prof_room_set_titlebar_enctext)(const char *roomjid, const char *enctext) = NULL; +int (*prof_room_unset_titlebar_enctext)(const char *roomjid) = NULL; +int (*prof_room_set_message_char)(const char *roomjid, const char *ch) = NULL; +int (*prof_room_unset_message_char)(const char *roomjid) = NULL; |