summaryrefslogtreecommitdiff
path: root/glib/gfileutils.h
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2000-11-12 20:38:19 +0000
committerOwen Taylor <otaylor@src.gnome.org>2000-11-12 20:38:19 +0000
commit91d5e23f5fa8b9eda5cf07c3aedec46256183550 (patch)
tree83efff31961b6b5c1913761f9e25479d3a23f77d /glib/gfileutils.h
parent96b9935a7cc7d2cd67771451ebe8e1e5e230dc9f (diff)
downloadglib-91d5e23f5fa8b9eda5cf07c3aedec46256183550.tar.gz
template is a reserved word in C++ s/template/tmpl/.
Sun Nov 12 15:29:53 2000 Owen Taylor <otaylor@redhat.com> * gfileutils.[ch]: template is a reserved word in C++ s/template/tmpl/.
Diffstat (limited to 'glib/gfileutils.h')
-rw-r--r--glib/gfileutils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/gfileutils.h b/glib/gfileutils.h
index 0e80543c6..9929ee152 100644
--- a/glib/gfileutils.h
+++ b/glib/gfileutils.h
@@ -84,7 +84,7 @@ gboolean g_file_get_contents (const gchar *filename,
int g_mkstemp (char *tmpl);
/* Wrapper for g_mkstemp */
-int g_file_open_tmp (const char *template,
+int g_file_open_tmp (const char *tmpl,
char **name_used,
GError **error);