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-04-30 23:00:07 +0100
committerJames Booth <boothj5@gmail.com>2016-04-30 23:00:07 +0100
commit623fbe9e4727f80ff3adaf820f3133e918a3f87e (patch)
treec43c52297197513d7c5e503a4526586c73c16c68 /src/plugins/profapi.h
parenta718e6f91b53139e35450fb119a3ccd83e48ab26 (diff)
downloadprofani-tty-623fbe9e4727f80ff3adaf820f3133e918a3f87e.tar.gz
Plugins: Added prof_disco_add_feature()
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 7d0ed6e5..54497c8d 100644
--- a/src/plugins/profapi.h
+++ b/src/plugins/profapi.h
@@ -84,4 +84,6 @@ void (*prof_settings_set_int)(char *group, char *key, int value);
 
 void (*prof_incoming_message)(char *barejid, char *resource, char *message);
 
+void (*prof_disco_add_feature)(char *feature);
+
 #endif