about summary refs log tree commit diff stats
path: root/src/plugins/profapi.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2017-01-19 22:33:29 +0000
committerJames Booth <boothj5@gmail.com>2017-01-19 22:33:29 +0000
commit1b25aa84cb17fd52d1983701553de27e38ebf3eb (patch)
tree7e578e98be237b37ac76f3186a0bdd11543d9452 /src/plugins/profapi.h
parent68496db0b427a18c09c00fb47264c3aea352393e (diff)
downloadprofani-tty-1b25aa84cb17fd52d1983701553de27e38ebf3eb.tar.gz
Add titlebar encryption text to plugins api
Diffstat (limited to 'src/plugins/profapi.h')
-rw-r--r--src/plugins/profapi.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/profapi.h b/src/plugins/profapi.h
index 223af77f..291f8958 100644
--- a/src/plugins/profapi.h
+++ b/src/plugins/profapi.h
@@ -107,4 +107,7 @@ void (*_prof_disco_add_feature)(const char *filename, char *feature);
 
 void (*prof_encryption_reset)(const char *barejid);
 
+int (*prof_chat_set_titlebar_enctext)(const char *barejid, const char *enctext);
+int (*prof_chat_unset_titlebar_enctext)(const char *barejid);
+
 #endif