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

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