comparison src/gaim.h @ 2273:0b5c3338fa3d

[gaim-migrate @ 2283] One of the girls on the floor of my sister's dorm lost both her parents when their plane was hijacked and crashed into the World Trade Center. my girlfriend's boss's sister-in-law's brother died when the building collapsed. my parents flew to atlanta on monday; they're safe but currently stranded there. they had planned on flying to Raleigh, NC today but now are just hoping to be able to fly home soon. how did this happen? committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 12 Sep 2001 21:29:32 +0000
parents cef6d4e81aec
children 38e156136896
comparison
equal deleted inserted replaced
2272:4ecc9a9a75d8 2273:0b5c3338fa3d
577 /*#define OPT_USR_KEEPALV 0x00000002 this shouldn't be optional */ 577 /*#define OPT_USR_KEEPALV 0x00000002 this shouldn't be optional */
578 #define OPT_USR_REM_PASS 0x00000004 578 #define OPT_USR_REM_PASS 0x00000004
579 #define OPT_USR_MAIL_CHECK 0x00000008 579 #define OPT_USR_MAIL_CHECK 0x00000008
580 580
581 #define DEFAULT_INFO "Visit the GAIM website at <A HREF=\"http://gaim.sourceforge.net/\">http://gaim.sourceforge.net/</A>." 581 #define DEFAULT_INFO "Visit the GAIM website at <A HREF=\"http://gaim.sourceforge.net/\">http://gaim.sourceforge.net/</A>."
582
583 #define IM_FLAG_AWAY 0x01
584 #define IM_FLAG_CHECKBOX 0x02
585 #define IM_FLAG_GAIMUSER 0x04
582 586
583 extern int report_idle; 587 extern int report_idle;
584 extern int web_browser; 588 extern int web_browser;
585 extern GList *aim_users; 589 extern GList *aim_users;
586 extern GSList *message_queue; 590 extern GSList *message_queue;
661 /* input to serv */ 665 /* input to serv */
662 extern void serv_login(struct aim_user *); 666 extern void serv_login(struct aim_user *);
663 extern void serv_close(struct gaim_connection *); 667 extern void serv_close(struct gaim_connection *);
664 extern void serv_touch_idle(struct gaim_connection *); 668 extern void serv_touch_idle(struct gaim_connection *);
665 extern void serv_finish_login(); 669 extern void serv_finish_login();
666 #define IM_FLAG_AWAY 0x01
667 #define IM_FLAG_CHECKBOX 0x02
668 extern int serv_send_im(struct gaim_connection *, char *, char *, int); 670 extern int serv_send_im(struct gaim_connection *, char *, char *, int);
669 extern void serv_get_info(struct gaim_connection *, char *); 671 extern void serv_get_info(struct gaim_connection *, char *);
670 extern void serv_get_away_msg(struct gaim_connection *, char *); 672 extern void serv_get_away_msg(struct gaim_connection *, char *);
671 extern void serv_get_dir(struct gaim_connection *, char *); 673 extern void serv_get_dir(struct gaim_connection *, char *);
672 extern void serv_set_idle(struct gaim_connection *, int); 674 extern void serv_set_idle(struct gaim_connection *, int);
693 extern void serv_chat_set_topic(struct gaim_connection *, int, char *); 695 extern void serv_chat_set_topic(struct gaim_connection *, int, char *);
694 extern void update_keepalive(struct gaim_connection *, gboolean); 696 extern void update_keepalive(struct gaim_connection *, gboolean);
695 697
696 /* output from serv */ 698 /* output from serv */
697 extern void serv_got_update(struct gaim_connection *, char *, int, int, time_t, time_t, int, gushort); 699 extern void serv_got_update(struct gaim_connection *, char *, int, int, time_t, time_t, int, gushort);
698 extern void serv_got_im(struct gaim_connection *, char *, char *, int, time_t); 700 extern void serv_got_im(struct gaim_connection *, char *, char *, guint32, time_t);
699 extern void serv_got_eviled(struct gaim_connection *, char *, int); 701 extern void serv_got_eviled(struct gaim_connection *, char *, int);
700 extern void serv_got_chat_invite(struct gaim_connection *, char *, char *, char *, GList *); 702 extern void serv_got_chat_invite(struct gaim_connection *, char *, char *, char *, GList *);
701 extern struct conversation *serv_got_joined_chat(struct gaim_connection *, int, char *); 703 extern struct conversation *serv_got_joined_chat(struct gaim_connection *, int, char *);
702 extern void serv_got_chat_left(struct gaim_connection *, int); 704 extern void serv_got_chat_left(struct gaim_connection *, int);
703 extern void serv_got_chat_in(struct gaim_connection *, int, char *, int, char *, time_t); 705 extern void serv_got_chat_in(struct gaim_connection *, int, char *, int, char *, time_t);