Added (source) configurable default output directory.
[pspp-builds.git] / src / data / file-name.h
index b4231d2f87178b841f85cf62d69a76e15b871b5e..d34bd4196fea046db722197aa403db964a423deb 100644 (file)
@@ -52,4 +52,6 @@ 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 */