about summary refs log tree commit diff stats
path: root/src/jabber.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-01-20 13:28:43 +0000
committerJames Booth <boothj5@gmail.com>2013-01-20 13:28:43 +0000
commit3386ba3a1ea9f0abd620934d044c3e3f05660eec (patch)
tree8ab83a411ca56bc5fcd35dbbad079bec24b570ec /src/jabber.h
parentb4ea35d40adfb1fbaf962f2c90c4b0db7a958082 (diff)
downloadprofani-tty-3386ba3a1ea9f0abd620934d044c3e3f05660eec.tar.gz
Added basic SHA-1 hash of capabilities
Diffstat (limited to 'src/jabber.h')
-rw-r--r--src/jabber.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/jabber.h b/src/jabber.h
index e1494851..e1fc04f0 100644
--- a/src/jabber.h
+++ b/src/jabber.h
@@ -81,5 +81,6 @@ char * jabber_get_status(void);
 void jabber_free_resources(void);
 void jabber_restart(void);
 void jabber_set_autoping(int seconds);
+char * jabber_get_sha1_caps_str(void);
 
 #endif