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:18:15 +0000
committerJames Booth <boothj5@gmail.com>2013-01-21 22:18:15 +0000
commitc828e397b682f4cefa4552b43df28e88ecff0246 (patch)
treef82c5ac86965bbb9c99757c3348c922594f1c383 /src/jabber.h
parent7991bc5154430dcb15b06615c8f94e661d2cdb51 (diff)
downloadprofani-tty-c828e397b682f4cefa4552b43df28e88ecff0246.tar.gz
Moved sha1 generation to caps module
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 e20e37e5..02e540fc 100644
--- a/src/jabber.h
+++ b/src/jabber.h
@@ -83,6 +83,5 @@ char * jabber_get_status(void);
 void jabber_free_resources(void);
 void jabber_restart(void);
 void jabber_set_autoping(int seconds);
-char * sha1_caps_str(xmpp_stanza_t *query);
 
 #endif