Added fh_free function.
[pspp-builds.git] / src / file-handle-def.h
index f654e6632e1c21b77d6a796021252a5daf753a59..b4ca8e27d69bb32909b2521d2c069bc2c997212d 100644 (file)
@@ -44,6 +44,9 @@ void fh_done (void);
 struct file_handle *fh_create (const char *handle_name, 
                                const char *filename,
                                const struct fh_properties *);
+/* Destroy file handle */
+void fh_free(struct file_handle *);
+
 const struct fh_properties *fh_default_properties (void);
 
 /* Finding file handles, based on handle name or filename. */