about summary refs log tree commit diff stats
path: root/src/xmpp/connection.h
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2023-05-11 08:45:46 +0200
committerGitHub <noreply@github.com>2023-05-11 08:45:46 +0200
commitea35a4ceb03a975b4c1dabc5eb71510162dbe25f (patch)
tree15c2735f04b414a1a8426499302f90fb9408a6f3 /src/xmpp/connection.h
parent7f3fca2bd081a729d425184f7a0484025862257e (diff)
parent209a8f4bf5b2db2ca54f727d29e625228bccd170 (diff)
downloadprofani-tty-ea35a4ceb03a975b4c1dabc5eb71510162dbe25f.tar.gz
Merge branch 'master' into cleanup/gchar-char
Diffstat (limited to 'src/xmpp/connection.h')
-rw-r--r--src/xmpp/connection.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xmpp/connection.h b/src/xmpp/connection.h
index 79bee1d4..d4ade03a 100644
--- a/src/xmpp/connection.h
+++ b/src/xmpp/connection.h
@@ -48,7 +48,6 @@ jabber_conn_status_t connection_connect(const char* const fulljid, const char* c
                                         const char* const tls_policy, const char* const auth_policy);
 jabber_conn_status_t connection_register(const char* const altdomain, int port, const char* const tls_policy,
                                          const char* const username, const char* const password);
-void connection_disconnect(void);
 void connection_set_disconnected(void);
 
 void connection_set_priority(const int priority);