revert stupid part of revert, doh doh doh

This commit is contained in:
Elliot Lee 1998-03-19 03:46:02 +00:00
parent 177354df02
commit b44ec526b6

View 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,