Add get_room_nick to plugins api

This commit is contained in:
James Booth
2016-11-06 23:01:16 +00:00
parent ffa01a1a4c
commit 8008d8c3c6
6 changed files with 41 additions and 0 deletions

View File

@@ -63,6 +63,8 @@ int (*prof_current_win_is_console)(void) = NULL;
char* (*prof_get_current_nick)(void) = NULL;
char** (*prof_get_current_occupants)(void) = NULL;
char* (*prof_get_room_nick)(const char *barejid) = NULL;
void (*prof_log_debug)(const char *message) = NULL;
void (*prof_log_info)(const char *message) = NULL;
void (*prof_log_warning)(const char *message) = NULL;