diff src/gaim.h @ 1229:229bf438c591

[gaim-migrate @ 1239] not sure if this works yet committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 11 Dec 2000 07:42:19 +0000
parents 0baf39dc5437
children a9cf2f61a7b1
line wrap: on
line diff
--- a/src/gaim.h	Mon Dec 11 05:39:15 2000 +0000
+++ b/src/gaim.h	Mon Dec 11 07:42:19 2000 +0000
@@ -243,8 +243,10 @@
 struct buddy_pounce {
         char name[80];
         char message[2048];
+	char command[2048];
 	int popup;
 	int sendim;
+	int cmd;
 	
 	char pouncer[80];
 	int protocol;