aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/hdf5-file.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2015-02-20 15:17:52 +0100
committerThomas White <taw@physics.org>2015-02-20 15:18:46 +0100
commitffc7de490021605d1b818ae2917146dad5a1cb2c (patch)
tree5a8e4dec179466a54b0f6a393d467b162e388e3c /libcrystfel/src/hdf5-file.h
parenta388a84d3377812332194c134e404c94d20c7706 (diff)
get_value() -> hdfile_get_value()
Diffstat (limited to 'libcrystfel/src/hdf5-file.h')
-rw-r--r--libcrystfel/src/hdf5-file.h10
1 files changed, 5 insertions, 5 deletions
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
}