libpurple/purplepresence.h

changeset 42859
939cdcccf5ae
parent 42751
efc29eab5d95
child 43237
c641f6bea7dd
--- a/libpurple/purplepresence.h	Mon Aug 12 23:25:52 2024 -0500
+++ b/libpurple/purplepresence.h	Tue Aug 13 01:01:16 2024 -0500
@@ -50,8 +50,6 @@
  * Since: 2.0
  */
 
-typedef struct _PurplePresence PurplePresence;
-
 /**
  * PurplePresencePrimitive:
  * @PURPLE_PRESENCE_PRIMITIVE_OFFLINE: The presence is offline or otherwise
@@ -228,7 +226,7 @@
  * Since: 2.0
  */
 PURPLE_AVAILABLE_IN_ALL
-gint purple_presence_compare(PurplePresence *presence1, PurplePresence *presence2);
+int purple_presence_compare(PurplePresence *presence1, PurplePresence *presence2);
 
 /**
  * purple_presence_get_primitive:

mercurial