diff console/libgnt/gnttextview.h @ 15815: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 a00712d0522e
children
line wrap: on
line diff
--- a/console/libgnt/gnttextview.h	Sat Mar 17 17:55:22 2007 +0000
+++ b/console/libgnt/gnttextview.h	Sun Mar 18 17:28:21 2007 +0000
@@ -57,7 +57,7 @@
 
 /* XXX: For now, don't set a textview to have any border.
  *      If you want borders real bad, put it in a box. */
-GntWidget *gnt_text_view_new();
+GntWidget *gnt_text_view_new(void);
 
 /* scroll > 0 means scroll up, < 0 means scroll down, == 0 means scroll to the end */
 void gnt_text_view_scroll(GntTextView *view, int scroll);