diff src/gaim.h @ 784:4c292b3f74ea

[gaim-migrate @ 794] now all i have to do is add the UI and i'm set committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 29 Aug 2000 05:16:34 +0000
parents c714def9cebb
children c13e78ae0f86
line wrap: on
line diff
--- a/src/gaim.h	Tue Aug 29 05:08:38 2000 +0000
+++ b/src/gaim.h	Tue Aug 29 05:16:34 2000 +0000
@@ -401,7 +401,7 @@
 #define TYPE_SIGNOFF   4
 #define TYPE_KEEPALIVE 5
 
-#define REVISION "gaim:$Revision: 790 $"
+#define REVISION "gaim:$Revision: 794 $"
 #define FLAPON "FLAPON\r\n\r\n"
 
 #define ROAST "Tic/Toc"
@@ -732,6 +732,13 @@
 /* Functions in sound.c */
 extern void play_sound(int);
 
+/* Functions in perl.c */
+#ifdef USE_PERL
+extern void perl_init();
+extern int perl_load_file(char *);
+extern void perl_end();
+extern int perl_event(enum gaim_event, char *);
+#endif
 
 /* Functions in plugins.c */
 #ifdef GAIM_PLUGINS