Mercurial > pidgin
diff src/gaim.h @ 247:f6e8ea29b24f
[gaim-migrate @ 257]
OSCAR:
getting a user's info now displays in the dialog window as opposed
to the debug window
you can add people to your permit/deny list (but be warned - you
will get a lot of noise if you do)
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Sat, 20 May 2000 23:00:20 +0000 |
| parents | 14fc16f579c8 |
| children | 810c595258c8 |
line wrap: on
line diff
--- a/src/gaim.h Sat May 20 21:01:59 2000 +0000 +++ b/src/gaim.h Sat May 20 23:00:20 2000 +0000 @@ -337,7 +337,7 @@ #define TYPE_SIGNOFF 4 #define TYPE_KEEPALIVE 5 -#define REVISION "gaim:$Revision: 252 $" +#define REVISION "gaim:$Revision: 257 $" #define FLAPON "FLAPON\r\n\r\n" #define ROAST "Tic/Toc" @@ -661,6 +661,7 @@ extern void show_find_email(); extern void show_find_info(); extern void g_show_info (char *); +extern void g_show_info_text (char *); extern void show_register_dialog(); extern void show_set_info(); extern void show_set_dir();
