diff mcabber/mcabber/xmpp_muc.h @ 2337:ffd0e57e9563

Defined types shall end with "_t"
author franky
date Sun, 12 May 2019 11:32:30 +0200
parents 9f443617e96b
children
line wrap: on
line diff
--- a/mcabber/mcabber/xmpp_muc.h	Sun May 12 10:10:12 2019 +0200
+++ b/mcabber/mcabber/xmpp_muc.h	Sun May 12 11:32:30 2019 +0200
@@ -8,9 +8,9 @@
   char *reason;
   char *evid;
   gboolean reply;
-} event_muc_invitation;
+} event_muc_invitation_t;
 
-void destroy_event_muc_invitation(event_muc_invitation *invitation);
+void destroy_event_muc_invitation(event_muc_invitation_t *invitation);
 void roompresence(gpointer room, void *presencedata);
 void got_invite(const char* from, const char *to, const char* reason,
                 const char* passwd, gboolean reply);