libpurple/purplechatuser.h

changeset 40639
732fde496206
parent 40539
2941deda6d8d
child 40838
73407e00ec5d
--- a/libpurple/purplechatuser.h	Fri Dec 04 02:56:46 2020 -0600
+++ b/libpurple/purplechatuser.h	Fri Dec 04 02:57:01 2020 -0600
@@ -1,5 +1,6 @@
 /*
- * purple
+ * Purple - Internet Messaging Library
+ * Copyright (C) Pidgin Developers <devel@pidgin.im>
  *
  * Purple is the legal property of its developers, whose names are too numerous
  * to list here.  Please refer to the COPYRIGHT file distributed with this
@@ -63,7 +64,6 @@
 	PURPLE_CHAT_USER_FOUNDER  = 0x0008,
 	PURPLE_CHAT_USER_TYPING   = 0x0010,
 	PURPLE_CHAT_USER_AWAY     = 0x0020
-
 } PurpleChatUserFlags;
 
 /**
@@ -84,6 +84,8 @@
 
 #include <libpurple/conversationtypes.h>
 
+G_BEGIN_DECLS
+
 /**
  * purple_chat_user_new:
  * @chat: The chat that the buddy belongs to.
@@ -192,4 +194,6 @@
  */
 gint purple_chat_user_compare(PurpleChatUser *a, PurpleChatUser *b);
 
+G_END_DECLS
+
 #endif /* PURPLE_CHAT_USER_H */

mercurial