GNU standards require "file name" instead of "filename" in
[pspp-builds.git] / src / data / file-name.h
index d4540ffe1bc4a256a220341e68a203e3bb46346d..427fa8dca7e70107f7cbbfb95d2760ff99ca8fc6 100644 (file)
@@ -50,7 +50,7 @@ const char *fn_getenv_default (const char *variable, const char *def);
 FILE *fn_open (const char *fn, const char *mode);
 int fn_close (const char *fn, FILE *file);
 
-struct file_identity *fn_get_identity (const char *filename);
+struct file_identity *fn_get_identity (const char *file_name);
 void fn_free_identity (struct file_identity *);
 int fn_compare_file_identities (const struct file_identity *,
                                 const struct file_identity *);