mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-25 18:36:21 +00:00
Applied coding style to src/xmpp/
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user