comparison src/gaim.h @ 1575:427e1409917c

[gaim-migrate @ 1585] more stuff committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 15 Mar 2001 15:03:08 +0000
parents 3a8bd72f431f
children 69a004b5820a
comparison
equal deleted inserted replaced
1574:7ad82fa9e6ce 1575:427e1409917c
188 event_warned, 188 event_warned,
189 event_error, 189 event_error,
190 event_quit, 190 event_quit,
191 event_new_conversation, 191 event_new_conversation,
192 /* any others? it's easy to add... */ 192 /* any others? it's easy to add... */
193 };
194
195 enum log_event {
196 log_signon = 0,
197 log_signoff,
198 log_away,
199 log_back,
200 log_idle,
201 log_unidle,
202 log_quit
193 }; 203 };
194 204
195 #ifdef GAIM_PLUGINS 205 #ifdef GAIM_PLUGINS
196 #include <gmodule.h> 206 #include <gmodule.h>
197 207
578 extern int file_is_dir (char *, GtkWidget *); 588 extern int file_is_dir (char *, GtkWidget *);
579 extern char *gaim_user_dir(); 589 extern char *gaim_user_dir();
580 extern void strncpy_nohtml(gchar *, const gchar *, size_t); 590 extern void strncpy_nohtml(gchar *, const gchar *, size_t);
581 extern void strncpy_withhtml(gchar *, const gchar *, size_t); 591 extern void strncpy_withhtml(gchar *, const gchar *, size_t);
582 extern void away_on_login(char *); 592 extern void away_on_login(char *);
593 extern void system_log(enum log_event, struct gaim_connection *, struct buddy *, int);
583 594
584 /* Functions in server.c */ 595 /* Functions in server.c */
585 /* input to serv */ 596 /* input to serv */
586 extern void serv_login(struct aim_user *); 597 extern void serv_login(struct aim_user *);
587 extern void serv_close(struct gaim_connection *); 598 extern void serv_close(struct gaim_connection *);