comparison src/gaim.h @ 904:e1a7fc4482b9

[gaim-migrate @ 914] oscar can join empty chat rooms committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 14 Sep 2000 17:40:48 +0000
parents bd5f4997f063
children 9f2afe5faed5
comparison
equal deleted inserted replaced
903:16492f41410d 904:e1a7fc4482b9
406 #define TYPE_DATA 2 406 #define TYPE_DATA 2
407 #define TYPE_ERROR 3 407 #define TYPE_ERROR 3
408 #define TYPE_SIGNOFF 4 408 #define TYPE_SIGNOFF 4
409 #define TYPE_KEEPALIVE 5 409 #define TYPE_KEEPALIVE 5
410 410
411 #define REVISION "gaim:$Revision: 912 $" 411 #define REVISION "gaim:$Revision: 914 $"
412 #define FLAPON "FLAPON\r\n\r\n" 412 #define FLAPON "FLAPON\r\n\r\n"
413 413
414 #define ROAST "Tic/Toc" 414 #define ROAST "Tic/Toc"
415 415
416 416
428 428
429 /* Globals in oscar.c */ 429 /* Globals in oscar.c */
430 extern struct aim_session_t *gaim_sess; 430 extern struct aim_session_t *gaim_sess;
431 extern struct aim_conn_t *gaim_conn; 431 extern struct aim_conn_t *gaim_conn;
432 extern GList *oscar_chats; 432 extern GList *oscar_chats;
433 extern int create_exchange;
434 extern char *create_name;
433 435
434 /* Globals in server.c */ 436 /* Globals in server.c */
435 extern int correction_time; 437 extern int correction_time;
436 438
437 /* Globals in dialog.c */ 439 /* Globals in dialog.c */