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-21 22:08:05 +0000
committerJames Booth <boothj5@gmail.com>2013-01-21 22:08:05 +0000
commit7991bc5154430dcb15b06615c8f94e661d2cdb51 (patch)
treed9c0448518562ef918a49acda8c32542a65cc46e /src/jabber.h
parent745786434738a9626aa813028ae107f17a2197e2 (diff)
downloadprofani-tty-7991bc5154430dcb15b06615c8f94e661d2cdb51.tar.gz
Removed redundant function for computing sha1 caps hash
Diffstat (limited to 'src/jabber.h')
-rw-r--r--src/jabber.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/jabber.h b/src/jabber.h
index 73817841..e20e37e5 100644
--- a/src/jabber.h
+++ b/src/jabber.h
@@ -83,7 +83,6 @@ char * jabber_get_status(void);
 void jabber_free_resources(void);
 void jabber_restart(void);
 void jabber_set_autoping(int seconds);
-char * jabber_get_local_sha1_caps_str(void);
 char * sha1_caps_str(xmpp_stanza_t *query);
 
 #endif