diff src/gaim.h @ 242:14fc16f579c8

[gaim-migrate @ 252] More updates to oscar.c (et al.) to use libfaim. Lots of good stuff now. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sat, 20 May 2000 07:58:50 +0000
parents 6ced2f1c8b24
children f6e8ea29b24f
line wrap: on
line diff
--- a/src/gaim.h	Sat May 20 06:17:50 2000 +0000
+++ b/src/gaim.h	Sat May 20 07:58:50 2000 +0000
@@ -337,7 +337,7 @@
 #define TYPE_SIGNOFF   4
 #define TYPE_KEEPALIVE 5
 
-#define REVISION "gaim:$Revision: 247 $"
+#define REVISION "gaim:$Revision: 252 $"
 #define FLAPON "FLAPON\r\n\r\n"
 
 #define ROAST "Tic/Toc"
@@ -559,6 +559,7 @@
 
 /* Functions in oscar.c */
 extern int oscar_login(char *, char *);
+extern void oscar_close();
 extern int oscar_send_im(char *, char *, int);
 
 /* Functions in toc.c */