Don't override label for Save As menuitem
[pspp-builds.git] / src / data / file-name.h
index 5564280bf45a3b4b0404fd2a58692a8c3915fbf0..d34bd4196fea046db722197aa403db964a423deb 100644 (file)
@@ -50,5 +50,8 @@ 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 */