about summary refs log tree commit diff stats
path: root/src/xmpp/connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmpp/connection.h')
-rw-r--r--src/xmpp/connection.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/xmpp/connection.h b/src/xmpp/connection.h
index 705dd129..0f9407f9 100644
--- a/src/xmpp/connection.h
+++ b/src/xmpp/connection.h
@@ -46,11 +46,11 @@
 
 #include "resource.h"
 
-xmpp_conn_t *connection_get_conn(void);
-xmpp_ctx_t *connection_get_ctx(void);
+xmpp_conn_t* connection_get_conn(void);
+xmpp_ctx_t* connection_get_ctx(void);
 void connection_set_priority(int priority);
-void connection_set_presence_message(const char * const message);
+void connection_set_presence_message(const char *const message);
 void connection_add_available_resource(Resource *resource);
-void connection_remove_available_resource(const char * const resource);
+void connection_remove_available_resource(const char *const resource);
 
 #endif