file-handle-def: New function fh_equal().
[pspp] / src / data / file-handle-def.h
index 2f944ed1c29803cb11e975ee9401d63b660b24cc..df9a757835520df6cce509ee8019764c96c8faf1 100644 (file)
@@ -96,6 +96,8 @@ const char *fh_get_name (const struct file_handle *);
 enum fh_referent fh_get_referent (const struct file_handle *);
 const char *fh_get_encoding (const struct file_handle *);
 
+bool fh_equal (const struct file_handle *, const struct file_handle *);
+
 /* Properties of FH_REF_FILE file handles. */
 const char *fh_get_file_name (const struct file_handle *);
 const char *fh_get_file_name_encoding (const struct file_handle *handle);