diff src/gaim.h @ 765:bf31bf916f53

[gaim-migrate @ 775] no, if the away message gets modified, it'll be modified many many times. you won't notice it until you run out of space committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 25 Aug 2000 05:04:41 +0000
parents a566fc987db9
children c714def9cebb
line wrap: on
line diff
--- a/src/gaim.h	Fri Aug 25 04:17:06 2000 +0000
+++ b/src/gaim.h	Fri Aug 25 05:04:41 2000 +0000
@@ -401,7 +401,7 @@
 #define TYPE_SIGNOFF   4
 #define TYPE_KEEPALIVE 5
 
-#define REVISION "gaim:$Revision: 774 $"
+#define REVISION "gaim:$Revision: 775 $"
 #define FLAPON "FLAPON\r\n\r\n"
 
 #define ROAST "Tic/Toc"
@@ -585,7 +585,7 @@
 extern GtkWidget *picture_button2(GtkWidget *, char *, char **, short);
 extern void translate_lst (FILE *, char *);
 extern void translate_blt (FILE *, char *);
-extern void stylize(gchar *, int);
+extern char *stylize(gchar *, int);
 
 /* Functions in server.c */
 /* input to serv */