about summary refs log tree commit diff stats
path: root/src/xmpp/xmpp.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-02-03 22:56:23 +0000
committerJames Booth <boothj5@gmail.com>2013-02-03 22:56:23 +0000
commit9bc70e29e8c3c4ec2588df92baf4f1a10f01ff27 (patch)
treed4dc129b6d7bdfa6d1dc80b1267e78db48b86c6c /src/xmpp/xmpp.h
parent2ee0c4d328b0c25c1cfcfe09cb68192a37d1fac1 (diff)
downloadprofani-tty-9bc70e29e8c3c4ec2588df92baf4f1a10f01ff27.tar.gz
Removed jabber_restart function
Diffstat (limited to 'src/xmpp/xmpp.h')
-rw-r--r--src/xmpp/xmpp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xmpp/xmpp.h b/src/xmpp/xmpp.h
index 9ecdd5ba..10c454c6 100644
--- a/src/xmpp/xmpp.h
+++ b/src/xmpp/xmpp.h
@@ -62,7 +62,6 @@ const char * jabber_get_jid(void);
 jabber_conn_status_t jabber_get_connection_status(void);
 jabber_presence_t jabber_get_presence_type(void);
 char * jabber_get_presence_message(void);
-void jabber_restart(void);
 void jabber_set_autoping(int seconds);
 char* jabber_get_account_name(void);