From ffc7de490021605d1b818ae2917146dad5a1cb2c Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 20 Feb 2015 15:17:52 +0100 Subject: get_value() -> hdfile_get_value() --- libcrystfel/src/hdf5-file.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'libcrystfel/src/hdf5-file.h') diff --git a/libcrystfel/src/hdf5-file.h b/libcrystfel/src/hdf5-file.h index 721c1eea..8c89eb93 100644 --- a/libcrystfel/src/hdf5-file.h +++ b/libcrystfel/src/hdf5-file.h @@ -76,9 +76,6 @@ extern char **hdfile_read_group(struct hdfile *f, int *n, const char *parent, extern int hdfile_set_first_image(struct hdfile *f, const char *group); extern void hdfile_close(struct hdfile *f); -extern int hdfile_is_scalar(struct hdfile *f, const char *name, int verbose); -char *hdfile_get_string_value(struct hdfile *f, const char *name, - struct event* ev); extern int get_peaks(struct image *image, struct hdfile *f, const char *p); extern int get_peaks_cxi(struct image *image, struct hdfile *f, const char *p, @@ -95,8 +92,11 @@ extern void add_copy_hdf5_field(struct copy_hdf5_field *copyme, extern struct event_list *fill_event_list(struct hdfile* hdfile, struct detector* det); -extern int get_value(struct hdfile *f, const char *name, - struct event *ev, void *val, hid_t memtype); +extern int hdfile_get_value(struct hdfile *f, const char *name, + struct event *ev, void *val, hid_t memtype); +extern int hdfile_is_scalar(struct hdfile *f, const char *name, int verbose); +extern char *hdfile_get_string_value(struct hdfile *f, const char *name, + struct event *ev); #ifdef __cplusplus } -- cgit v1.2.3