changed `gpointer struct_tm_p' parameter of g_date_to_struct_tm back to

1998-12-02  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

	* glib.h:
	* gdate.c: changed `gpointer struct_tm_p' parameter of
	g_date_to_struct_tm back to `struct tm *tm' and forward declared
	`struct tm' in glib.h; yes, this is nice, we still need not
	include time.h.
This commit is contained in:
Sebastian Wilhelmi
1998-12-02 09:07:18 +00:00
committed by Sebastian Wilhelmi
parent e37b4d00a4
commit c8477277fe
12 changed files with 74 additions and 12 deletions

View File

@@ -1,3 +1,11 @@
1998-12-02 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* glib.h:
* gdate.c: changed `gpointer struct_tm_p' parameter of
g_date_to_struct_tm back to `struct tm *tm' and forward declared
`struct tm' in glib.h; yes, this is nice, we still need not
include time.h.
Tue Dec 1 23:01:44 CST 1998 Shawn T. Amundson <amundson@gtk.org>
* INSTALL: