about summary refs log tree commit diff stats
path: root/src/plugins/profapi.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/profapi.c')
-rw-r--r--src/plugins/profapi.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/profapi.c b/src/plugins/profapi.c
index 8a6ef5aa..b9dd9e6f 100644
--- a/src/plugins/profapi.c
+++ b/src/plugins/profapi.c
@@ -94,3 +94,7 @@ void (*prof_incoming_message)(char *barejid, char *resource, char *message) = NU
 void (*_prof_disco_add_feature)(const char *filename, char *feature) = NULL;
 
 void (*prof_encryption_reset)(const char *barejid) = NULL;
+
+int (*prof_chat_set_titlebar_enctext)(const char *barejid, const char *enctext) = NULL;
+int (*prof_chat_unset_titlebar_enctext)(const char *barejid) = NULL;
+
0 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147