(Yasuhiro SHIRASAKI <joke@awa.tohoku.ac.jp> : gtk-joke-980517-0.patch)

Mon May 18 22:14:39 1998  Owen Taylor  <otaylor@gtk.org>
(Yasuhiro SHIRASAKI <joke@awa.tohoku.ac.jp> : gtk-joke-980517-0.patch)

	* gutils.c: Restored a missing prototype for g_vsprintf.
This commit is contained in:
Owen Taylor
1998-05-19 02:27:46 +00:00
committed by Owen Taylor
parent b252a7fffd
commit 7c9cc2cf39
2 changed files with 5 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
Mon May 18 22:14:39 1998 Owen Taylor <otaylor@gtk.org>
* gutils.c: Restored a missing prototype for g_vsprintf.
Tue May 12 19:22:58 1998 Owen Taylor <otaylor@gtk.org>
* glib/glib.h: Added macros G[U]INT_TO_POINTER() and

View File

@@ -24,6 +24,7 @@
#include <ctype.h> /* For tolower() */
#include "glib.h"
extern char* g_vsprintf (const gchar *fmt, va_list *args, va_list *args2);
gchar*
g_strdup (const gchar *str)