diff src/core.h @ 2438:5cbe86a444d9

[gaim-migrate @ 2451] more updates to core. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sat, 06 Oct 2001 00:10:29 +0000
parents b4f2a53c0ee5
children 8306c042bac7
line wrap: on
line diff
--- a/src/core.h	Fri Oct 05 22:23:27 2001 +0000
+++ b/src/core.h	Sat Oct 06 00:10:29 2001 +0000
@@ -94,7 +94,7 @@
 #endif
 
 struct buddy {
-	int edittype; /* CUI: this is really a GUI function and we need to put this in ui.h */
+	int edittype; /* XXX CUI: this is really a GUI function and we need to put this in ui.h */
 	char name[80];
 	char show[80];
         int present;
@@ -108,7 +108,7 @@
 };
 
 struct group {
-	int edittype; /* CUI: this is really a GUI function and we need to put this in ui.h */
+	int edittype; /* XXX CUI: this is really a GUI function and we need to put this in ui.h */
 	char name[80];
 	GSList *members;
 	struct gaim_connection *gc; /* the connection it belongs to */