summaryrefslogtreecommitdiff
path: root/gtk/gtkinputdialog.h
diff options
context:
space:
mode:
authorShawn Amundson <amundson@src.gnome.org>1998-01-03 05:46:58 +0000
committerShawn Amundson <amundson@src.gnome.org>1998-01-03 05:46:58 +0000
commit8eb36ebbd560a048814890dd652449aac97e85ed (patch)
tree5c35b1df719abdd7c1e26c672aa8888b3b5ff606 /gtk/gtkinputdialog.h
parent39f02b638bd69903f2ceaddb875e22f5f2edbf2b (diff)
downloadgdk-pixbuf-8eb36ebbd560a048814890dd652449aac97e85ed.tar.gz
Several portability fixes from Michael Callahan <callahan@xmission.com>
* Several portability fixes from Michael Callahan <callahan@xmission.com> including adding in missing #includes and adding void in function prototypes. -Shawn
Diffstat (limited to 'gtk/gtkinputdialog.h')
-rw-r--r--gtk/gtkinputdialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkinputdialog.h b/gtk/gtkinputdialog.h
index 80a900090..69146836f 100644
--- a/gtk/gtkinputdialog.h
+++ b/gtk/gtkinputdialog.h
@@ -68,7 +68,7 @@ struct _GtkInputDialogClass
guint gtk_input_dialog_get_type (void);
-GtkWidget* gtk_input_dialog_new ();
+GtkWidget* gtk_input_dialog_new (void);
#ifdef __cplusplus