aboutsummaryrefslogtreecommitdiff
path: root/src/hdf5-file.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-11-14 15:29:07 +0100
committerThomas White <taw@physics.org>2012-02-22 15:27:39 +0100
commit1bad219c3b968142fdeb686bad04b4b706c4368f (patch)
tree3d6d9d409df627da9f7de5db8e8f9b6b59420456 /src/hdf5-file.h
parent42e6b6387fc6e166bd493360ec89dda83ed9c2c6 (diff)
Free "copy HDF5 field" list
Diffstat (limited to 'src/hdf5-file.h')
-rw-r--r--src/hdf5-file.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hdf5-file.h b/src/hdf5-file.h
index 811bfb1f..385e919c 100644
--- a/src/hdf5-file.h
+++ b/src/hdf5-file.h
@@ -45,6 +45,7 @@ extern int get_peaks(struct image *image, struct hdfile *f, const char *p);
extern double get_value(struct hdfile *f, const char *name);
extern struct copy_hdf5_field *new_copy_hdf5_field_list(void);
+extern void free_copy_hdf5_field_list(struct copy_hdf5_field *f);
extern void copy_hdf5_fields(struct hdfile *f,
const struct copy_hdf5_field *copyme, FILE *fh);
extern void add_copy_hdf5_field(struct copy_hdf5_field *copyme,