]> Pileus Git - ~andy/gtk/commitdiff
revert stupid part of revert, doh doh doh
authorElliot Lee <sopwith@src.gnome.org>
Thu, 19 Mar 1998 03:46:02 +0000 (03:46 +0000)
committerElliot Lee <sopwith@src.gnome.org>
Thu, 19 Mar 1998 03:46:02 +0000 (03:46 +0000)
glib/glib.h

index 495f7a2fcf1cf751237ea54a0ac651f13e0d6943..034f28bc9fca66403fa148183f5751cb91e36757 100644 (file)
@@ -752,7 +752,7 @@ void         g_string_sprintfa  (GString *string,
  */                                                                           
 #define g_array_index(array,index) (array->data)[index]
 
-GArray* g_array_new         (gboolean zero_terminated);
+GArray* g_array_new         (void);
 void   g_array_free         (GArray   *array,
                              gboolean free_seg);
 void    g_array_set_size     (GArray   *array,