about summary refs log tree commit diff stats
path: root/src/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.h b/src/common.h
index a996dc29..e2132186 100644
--- a/src/common.h
+++ b/src/common.h
@@ -62,7 +62,7 @@ typedef enum {
     PRESENCE_DND,
     PRESENCE_CHAT,
     PRESENCE_XA
-} jabber_presence_t;
+} presence_t;
 
 gchar* p_utf8_substring(const gchar *str, glong start_pos, glong end_pos);
 void p_slist_free_full(GSList *items, GDestroyNotify free_func);