about summary refs log tree commit diff stats
path: root/src/plugins/profapi.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/profapi.c')
-rw-r--r--src/plugins/profapi.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/plugins/profapi.c b/src/plugins/profapi.c
index e9d3cff6..6d580162 100644
--- a/src/plugins/profapi.c
+++ b/src/plugins/profapi.c
@@ -105,3 +105,11 @@ int (*prof_room_set_titlebar_enctext)(const char *roomjid, const char *enctext)
 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;
+
+int (*prof_chat_show)(const char *const barejid, const char *const message) = NULL;
+int (*prof_chat_show_themed)(const char *const barejid, const char *const group, const char *const item, const char *const def,
+    const char *const ch, const char *const message) = NULL;
+
+int (*prof_room_show)(const char *const roomjid, const char *const message) = NULL;
+int (*prof_room_show_themed)(const char *const roomjid, const char *const group, const char *const item, const char *const def,
+    const char *const ch, const char *const message) = NULL;