about summary refs log tree commit diff stats
path: root/src/xmpp/connection.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-07-24 14:08:30 +0100
committerJames Booth <boothj5@gmail.com>2016-07-24 14:08:30 +0100
commit0649aad80d9d76e793801e105e021a7175bb64a1 (patch)
tree0d850ced185cd7ad46b77ed025c524fac748231e /src/xmpp/connection.h
parent8d8f2f290d5d78d130d2db7c6fad90af2f031877 (diff)
downloadprofani-tty-0649aad80d9d76e793801e105e021a7175bb64a1.tar.gz
Move event timeout to connection module
Diffstat (limited to 'src/xmpp/connection.h')
-rw-r--r--src/xmpp/connection.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xmpp/connection.h b/src/xmpp/connection.h
index b7250d14..ef997a29 100644
--- a/src/xmpp/connection.h
+++ b/src/xmpp/connection.h
@@ -39,6 +39,7 @@
 
 void connection_init(void);
 void connection_shutdown(void);
+void connection_check_events(void);
 
 jabber_conn_status_t connection_connect(const char *const fulljid, const char *const passwd, const char *const altdomain, int port,
     const char *const tls_policy);