Move fn_identity from file-name.c to file-handle-def.c
[pspp] / src / data / file-name.h
index 5f848174e3873840ab44f0a19a1ea74bae63444d..0a0e2f26fe9775c10a999bf44e32d579268d441c 100644 (file)
@@ -30,12 +30,6 @@ bool fn_exists (const char *fn);
 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 *file_name);
-void fn_free_identity (struct file_identity *);
-int fn_compare_file_identities (const struct file_identity *,
-                                const struct file_identity *);
-unsigned int fn_hash_identity (const struct file_identity *);
-
 const char * default_output_path (void);
 
 #endif /* file-name.h */