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/.
This commit is contained in:
Owen Taylor
2000-11-12 20:38:19 +00:00
committed by Owen Taylor
parent 96b9935a7c
commit 91d5e23f5f
12 changed files with 66 additions and 26 deletions

View File

@@ -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);