about summary refs log tree commit diff stats
path: root/src/xmpp/connection.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-02-10 11:31:31 +0000
committerJames Booth <boothj5@gmail.com>2013-02-10 11:31:31 +0000
commit591f8a8dbf10b7bd64825cfea63a7ac21b6c89e2 (patch)
treed713fc767d6855e002a9f6fd107527c2c70aec36 /src/xmpp/connection.h
parentec78914044978fee1119c5a905c6a8fdce03a476 (diff)
downloadprofani-tty-591f8a8dbf10b7bd64825cfea63a7ac21b6c89e2.tar.gz
Renamed jabber_presence_t->presence_t
Diffstat (limited to 'src/xmpp/connection.h')
-rw-r--r--src/xmpp/connection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmpp/connection.h b/src/xmpp/connection.h
index 380e5cbc..3d27bf3e 100644
--- a/src/xmpp/connection.h
+++ b/src/xmpp/connection.h
@@ -29,7 +29,7 @@ void connection_free_resources(void);
 xmpp_conn_t *connection_get_conn(void);
 xmpp_ctx_t *connection_get_ctx(void);
 int connection_error_handler(xmpp_stanza_t * const stanza);
-void connection_set_presence_type(jabber_presence_t presence_type);
+void connection_set_presence_type(presence_t presence_type);
 void connection_set_priority(int priority);
 void connection_set_presence_message(const char * const message);