about summary refs log tree commit diff stats
path: root/src/xmpp/stanza.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/stanza.h
parentec78914044978fee1119c5a905c6a8fdce03a476 (diff)
downloadprofani-tty-591f8a8dbf10b7bd64825cfea63a7ac21b6c89e2.tar.gz
Renamed jabber_presence_t->presence_t
Diffstat (limited to 'src/xmpp/stanza.h')
-rw-r--r--src/xmpp/stanza.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmpp/stanza.h b/src/xmpp/stanza.h
index 1ae08ac7..6c396de7 100644
--- a/src/xmpp/stanza.h
+++ b/src/xmpp/stanza.h
@@ -160,6 +160,6 @@ void stanza_attach_show(xmpp_ctx_t * const ctx, xmpp_stanza_t * const presence,
 void stanza_attach_status(xmpp_ctx_t * const ctx, xmpp_stanza_t * const presence,
     const char * const status);
 
-const char * stanza_get_presence_string_from_type(jabber_presence_t presence_type);
+const char * stanza_get_presence_string_from_type(presence_t presence_type);
 
 #endif