comparison src/gaim.h @ 2773:a0fd8f91e294

[gaim-migrate @ 2786] SPAM!!! All recipients of the email generated by this commit each owe me $125 per email sent, plus a $75 handling fee for all messages combined. Or was that supposed to be the other way around. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 20 Nov 2001 01:01:22 +0000
parents 8a918df1a5ed
children feea7103a235
comparison
equal deleted inserted replaced
2772:f9227268db25 2773:a0fd8f91e294
329 /* Functions in conversation.c */ 329 /* Functions in conversation.c */
330 extern void write_to_conv(struct conversation *, char *, int, char *, time_t); 330 extern void write_to_conv(struct conversation *, char *, int, char *, time_t);
331 extern struct conversation *find_conversation(char *); 331 extern struct conversation *find_conversation(char *);
332 332
333 /* Functions in dialogs.c */ 333 /* Functions in dialogs.c */
334 extern void g_show_info_text(char *, ...); 334 extern void g_show_info_text(struct gaim_connection *, char *, gboolean, char *, ...);
335 extern GtkWidget *do_error_dialog(char *, char *); 335 extern GtkWidget *do_error_dialog(char *, char *);
336 extern void show_change_passwd(struct gaim_connection *); 336 extern void show_change_passwd(struct gaim_connection *);
337 extern void show_set_dir(struct gaim_connection *); 337 extern void show_set_dir(struct gaim_connection *);
338 extern void show_find_email(struct gaim_connection *); 338 extern void show_find_email(struct gaim_connection *);
339 extern void show_find_info(struct gaim_connection *); 339 extern void show_find_info(struct gaim_connection *);
382 extern void serv_chat_invite(struct gaim_connection *, int, char *, char *); 382 extern void serv_chat_invite(struct gaim_connection *, int, char *, char *);
383 extern void serv_chat_leave(struct gaim_connection *, int); 383 extern void serv_chat_leave(struct gaim_connection *, int);
384 extern void serv_chat_whisper(struct gaim_connection *, int, char *, char *); 384 extern void serv_chat_whisper(struct gaim_connection *, int, char *, char *);
385 extern int serv_chat_send(struct gaim_connection *, int, char *); 385 extern int serv_chat_send(struct gaim_connection *, int, char *);
386 extern void serv_got_popup(char *, char *, int, int); 386 extern void serv_got_popup(char *, char *, int, int);
387 extern void serv_get_away(struct gaim_connection *, char *);
387 388
388 /* Functions in util.c */ 389 /* Functions in util.c */
389 extern char *normalize(const char *); 390 extern char *normalize(const char *);
390 extern char *tobase64(const char *); 391 extern char *tobase64(const char *);
391 extern void frombase64(const char *, char **, int *); 392 extern void frombase64(const char *, char **, int *);