QUICK CLUSTER: Correct typo in documentation of PRINT subcommand.
[pspp] / src / data / file-handle-def.h
index a57d3d72e5c50eed2112be2650b200f89c61d97b..af40c7ab3763c6582e856d81c4f6485412a98dae 100644 (file)
@@ -87,7 +87,6 @@ void fh_unname (struct file_handle *);
 
 /* Finding file handles. */
 struct file_handle *fh_from_id (const char *handle_name);
-struct file_handle *fh_from_file_name (const char *file_name);
 struct file_handle *fh_inline_file (void);
 
 /* Generic properties of file handles. */
@@ -98,6 +97,7 @@ const char *fh_get_encoding (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);
 enum fh_mode fh_get_mode (const struct file_handle *) ;
 enum fh_line_ends fh_get_line_ends (const struct file_handle *);