comparison src/gaim.h @ 940:9fca1293f871

[gaim-migrate @ 950] Patches from kylev committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Sun, 01 Oct 2000 00:20:03 +0000
parents 5e6ca3dd4d02
children fa681641643d
comparison
equal deleted inserted replaced
939:69955d88ab42 940:9fca1293f871
412 #define TYPE_DATA 2 412 #define TYPE_DATA 2
413 #define TYPE_ERROR 3 413 #define TYPE_ERROR 3
414 #define TYPE_SIGNOFF 4 414 #define TYPE_SIGNOFF 4
415 #define TYPE_KEEPALIVE 5 415 #define TYPE_KEEPALIVE 5
416 416
417 #define REVISION "gaim:$Revision: 945 $" 417 #define REVISION "gaim:$Revision: 950 $"
418 #define FLAPON "FLAPON\r\n\r\n" 418 #define FLAPON "FLAPON\r\n\r\n"
419 419
420 #define ROAST "Tic/Toc" 420 #define ROAST "Tic/Toc"
421 421
422 422
456 /* Globals in aim.c */ 456 /* Globals in aim.c */
457 extern GList *permit; /* The list of people permitted */ 457 extern GList *permit; /* The list of people permitted */
458 extern GList *deny; /* The list of people denied */ 458 extern GList *deny; /* The list of people denied */
459 extern GList *log_conversations; 459 extern GList *log_conversations;
460 extern GList *buddy_pounces; 460 extern GList *buddy_pounces;
461 extern GList *away_messages; 461 extern GSList *away_messages;
462 extern GList *groups; 462 extern GSList *groups;
463 extern GList *buddy_chats; 463 extern GList *buddy_chats;
464 extern GList *conversations; 464 extern GList *conversations;
465 extern GList *chat_rooms; 465 extern GList *chat_rooms;
466 extern GtkWidget *mainwindow; 466 extern GtkWidget *mainwindow;
467 extern GtkWidget *remember; 467 extern GtkWidget *remember;