gutils.c gutils.h gfileutils.c Actually, g_mkstemp() is better suited in

2000-10-31  Tor Lillqvist  <tml@iki.fi>

	* gutils.c
	* gutils.h
	* gfileutils.c
	* gfileutils.h: Actually, g_mkstemp() is better suited in gfileutils.
This commit is contained in:
Tor Lillqvist
2000-10-30 22:06:22 +00:00
committed by Tor Lillqvist
parent 6acee58bdf
commit dd3f4d6bb3
18 changed files with 222 additions and 166 deletions

View File

@@ -80,6 +80,8 @@ gboolean g_file_get_contents (const gchar *filename,
GError **error);
/* Wrapper / workalike for mkstemp() */
int g_mkstemp (char *tmpl);
G_END_DECLS