Changed DFM from open-at-first-access to explicit-open. Before,
[pspp-builds.git] / src / filename.h
index 499e693bc42ce370b02fb2dbcbbfe6dbfaa93795..9b3f5ab80fa38cce85ade4aa6d7f93491c13b258 100644 (file)
@@ -48,6 +48,11 @@ 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);
+void fn_free_identity (struct file_identity *);
+int fn_compare_file_identities (const struct file_identity *,
+                                const struct file_identity *);
 \f
 /* Extended file routines. */
 struct file_ext;