diff console/libgnt/gnt.h @ 15814:1c8f1dc50685

Enable DEBUG_CFLAGS in libgnt and fix up a number of compile warnings and errors this showed up
author Stu Tomlinson <stu@nosnilmot.com>
date Sun, 18 Mar 2007 17:28:21 +0000
parents 0eb7846f9e7e
children
line wrap: on
line diff
--- a/console/libgnt/gnt.h	Sat Mar 17 17:55:22 2007 +0000
+++ b/console/libgnt/gnt.h	Sun Mar 18 17:28:21 2007 +0000
@@ -4,11 +4,11 @@
 #include "gntcolors.h"
 #include "gntkeys.h"
 
-void gnt_init();
+void gnt_init(void);
 
-void gnt_main();
+void gnt_main(void);
 
-gboolean gnt_ascii_only();
+gboolean gnt_ascii_only(void);
 
 void gnt_screen_occupy(GntWidget *widget);
 
@@ -32,10 +32,10 @@
 
 gboolean gnt_screen_menu_show(gpointer menu);
 
-void gnt_quit();
+void gnt_quit(void);
 
-GntClipboard *gnt_get_clipboard();
+GntClipboard *gnt_get_clipboard(void);
 
-gchar *gnt_get_clipboard_string();
+gchar *gnt_get_clipboard_string(void);
 
 void gnt_set_clipboard_string(gchar *);