about summary refs log tree commit diff stats
path: root/src/plugins/profapi.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-11-06 23:01:16 +0000
committerJames Booth <boothj5@gmail.com>2016-11-06 23:01:16 +0000
commit8008d8c3c69b2c898b951e2feaf3faf3ca6fa6af (patch)
tree80cb9c789da9b7bba00d2b8220cbd416be1eaddb /src/plugins/profapi.h
parentffa01a1a4c4185a584d5920edb0d565a3807eb85 (diff)
downloadprofani-tty-8008d8c3c69b2c898b951e2feaf3faf3ca6fa6af.tar.gz
Add get_room_nick to plugins api
Diffstat (limited to 'src/plugins/profapi.h')
-rw-r--r--src/plugins/profapi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/profapi.h b/src/plugins/profapi.h
index 7bc2a9e9..d6fd78ed 100644
--- a/src/plugins/profapi.h
+++ b/src/plugins/profapi.h
@@ -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);