aboutsummaryrefslogtreecommitdiff
path: root/src/hdf5-file.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-01-21 15:36:44 +0100
committerThomas White <taw@physics.org>2010-01-21 15:36:44 +0100
commit552d860fa1bf4fd699d0af2e8ca0a13345fc624b (patch)
tree0185aa85891d64cd7c521dba06dc04d67c757ccf /src/hdf5-file.h
parent395b2bd7770fb9a9f11be939c22d7abce702e4da (diff)
Fix hdfile layering violations
Diffstat (limited to 'src/hdf5-file.h')
-rw-r--r--src/hdf5-file.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/hdf5-file.h b/src/hdf5-file.h
index 32a76505..e1e9d2a1 100644
--- a/src/hdf5-file.h
+++ b/src/hdf5-file.h
@@ -34,14 +34,11 @@ extern int hdfile_get_width(struct hdfile *f);
extern int hdfile_get_height(struct hdfile *f);
extern int16_t *hdfile_get_image_binned(struct hdfile *hdfile,
int binning, int16_t *maxp);
-extern int hdfile_get_unbinned_value(struct hdfile *f, int x, int y,
- int16_t *val);
extern char **hdfile_read_group(struct hdfile *f, int *n, const char *parent,
int **p_is_group, int **p_is_image);
extern int hdfile_set_first_image(struct hdfile *f, const char *group);
extern void hdfile_close(struct hdfile *f);
extern char *hdfile_get_string_value(struct hdfile *f, const char *name);
-extern struct image *hdfile_get_image(struct hdfile *f);
#endif /* HDF5_H */