diff src/gtkdialogs.h @ 9753:60705fd4f411

[gaim-migrate @ 10620] Move show_about to gtkdialogs.c and namespace it Remove about.c A few other minor touchups in gtkdialogs.c Make serv_warn pass a gboolean instead of an int committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 15 Aug 2004 17:05:51 +0000
parents c9ac1976ef01
children 4a15962c344a
line wrap: on
line diff
--- a/src/gtkdialogs.h	Sun Aug 15 16:17:29 2004 +0000
+++ b/src/gtkdialogs.h	Sun Aug 15 17:05:51 2004 +0000
@@ -32,6 +32,7 @@
 
 /* Functions in gtkdialogs.c (these should actually stay in this file) */
 void gaim_gtkdialogs_destroy_all();
+void gaim_gtkdialogs_about();
 void gaim_gtkdialogs_im();
 void gaim_gtkdialogs_im_with_user(GaimAccount *, const char *);
 void gaim_gtkdialogs_info();
@@ -46,9 +47,6 @@
 void gaim_gtkdialogs_remove_chat(GaimChat *);
 void gaim_gtkdialogs_remove_contact(GaimContact *);
 
-/* Functions in about.c */
-extern void show_about(GtkWidget *, void *);
-
 /* Everything after this should probably be moved elsewhere */
 
 /**