diff options
author | Thomas White <taw@physics.org> | 2010-01-21 15:36:44 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2010-01-21 15:36:44 +0100 |
commit | 552d860fa1bf4fd699d0af2e8ca0a13345fc624b (patch) | |
tree | 0185aa85891d64cd7c521dba06dc04d67c757ccf /src/hdf5-file.h | |
parent | 395b2bd7770fb9a9f11be939c22d7abce702e4da (diff) |
Fix hdfile layering violations
Diffstat (limited to 'src/hdf5-file.h')
-rw-r--r-- | src/hdf5-file.h | 3 |
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 */ |