summaryrefslogtreecommitdiff
path: root/gutils.h
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2000-10-30 22:06:22 +0000
committerTor Lillqvist <tml@src.gnome.org>2000-10-30 22:06:22 +0000
commitdd3f4d6bb37b2f8eb4722bcbd2560a45ac1fa2d9 (patch)
treefbef3b1efadbc9ce14d67b94909c2749f76afe30 /gutils.h
parent6acee58bdfc7e90ff8be4130b3eb3aaa319cfd3b (diff)
downloadglib-dd3f4d6bb37b2f8eb4722bcbd2560a45ac1fa2d9.tar.gz
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.
Diffstat (limited to 'gutils.h')
-rw-r--r--gutils.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gutils.h b/gutils.h
index e70ec48df..c4dcb1b8a 100644
--- a/gutils.h
+++ b/gutils.h
@@ -161,9 +161,6 @@ gchar* g_path_get_dirname (const gchar *file_name);
/* Get the codeset for the current locale */
/* gchar * g_get_codeset (void); */
-/* Wrapper / workalike for mkstemp() */
-int g_mkstemp (char *tmpl);
-
/* return the environment string for the variable. The returned memory
* must not be freed. */
gchar* g_getenv (const gchar *variable);