about summary refs log tree commit diff stats
path: root/src/plugins/profapi.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-04-15 22:24:50 +0100
committerJames Booth <boothj5@gmail.com>2016-04-15 22:24:50 +0100
commitd90c47f28761b7535dcdced0212c22b6a25d3b1d (patch)
tree2415757cb1ef27740dc911db02181953738778be /src/plugins/profapi.c
parentb3a3351a350e60355f070c353cfbdcbaf5a66f05 (diff)
downloadprofani-tty-d90c47f28761b7535dcdced0212c22b6a25d3b1d.tar.gz
Plugins: Added more muc hooks
Diffstat (limited to 'src/plugins/profapi.c')
-rw-r--r--src/plugins/profapi.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/profapi.c b/src/plugins/profapi.c
index 207f5e69..6e8637b0 100644
--- a/src/plugins/profapi.c
+++ b/src/plugins/profapi.c
@@ -59,6 +59,8 @@ void (*prof_send_line)(char *line) = NULL;
 char* (*prof_get_current_recipient)(void) = NULL;
 char* (*prof_get_current_muc)(void) = NULL;
 int (*prof_current_win_is_console)(void) = NULL;
+char* (*prof_get_current_nick)(void) = NULL;
+char** (*prof_get_current_occupants)(void) = NULL;
 
 void (*prof_log_debug)(const char *message) = NULL;
 void (*prof_log_info)(const char *message) = NULL;