avoid c++ keyword
[oweals/gnunet.git] / src / include / gnunet_disk_lib.h
index 692507641a8fbae923f8d895451e80c12cf8dc35..1f48d0d6aa3b3f60d47d6f8e24c3ea33f6aa556e 100644 (file)
@@ -157,7 +157,7 @@ int GNUNET_DISK_file_size (const char *filename,
  *         file on disk in directory for temporary files
  */
 char *
-GNUNET_DISK_mktemp (const char *template);
+GNUNET_DISK_mktemp (const char *t);
 
 
 /**