mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-18 15:36:21 +00:00
Add plugin prof_get_nick_from_roster function
This commit is contained in:
@@ -64,6 +64,7 @@ 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_nick_from_roster)(const char *barejid) = NULL;
|
||||
char** (*prof_get_current_occupants)(void) = NULL;
|
||||
|
||||
char* (*prof_get_room_nick)(const char *barejid) = NULL;
|
||||
|
||||
Reference in New Issue
Block a user