Mercurial > pidgin
diff src/gaim.h @ 516:ee4e18868584
[gaim-migrate @ 526]
Make it obvious that it happens.
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Fri, 21 Jul 2000 18:08:00 +0000 |
| parents | b33ed0a7f49b |
| children | 023c3851db0a |
line wrap: on
line diff
--- a/src/gaim.h Fri Jul 21 06:01:35 2000 +0000 +++ b/src/gaim.h Fri Jul 21 18:08:00 2000 +0000 @@ -25,6 +25,7 @@ #include <gtk/gtk.h> #include <time.h> #include <stdio.h> +#include <aim.h> #ifdef USE_APPLET #include <applet-widget.h> #endif /* USE_APPLET */ @@ -381,7 +382,7 @@ #define TYPE_SIGNOFF 4 #define TYPE_KEEPALIVE 5 -#define REVISION "gaim:$Revision: 525 $" +#define REVISION "gaim:$Revision: 526 $" #define FLAPON "FLAPON\r\n\r\n" #define ROAST "Tic/Toc" @@ -594,6 +595,7 @@ extern void serv_rvous_cancel(char *, char *, char *); /* Functions in conversation.c */ +extern void make_direct(struct conversation *, gboolean, struct aim_conn_t *, gint); extern void write_to_conv(struct conversation *, char *, int, char *); extern void show_conv(struct conversation *); extern struct conversation *new_conversation(char *);
