aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/hdf5-file.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcrystfel/src/hdf5-file.h')
-rw-r--r--libcrystfel/src/hdf5-file.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/libcrystfel/src/hdf5-file.h b/libcrystfel/src/hdf5-file.h
index 2988b929..721c1eea 100644
--- a/libcrystfel/src/hdf5-file.h
+++ b/libcrystfel/src/hdf5-file.h
@@ -83,10 +83,6 @@ 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,
struct filename_plus_event *fpe);
-extern double get_value(struct hdfile *f, const char *name);
-
-extern double get_ev_based_value(struct hdfile *f, const char *name,
- struct event *ev);
extern struct copy_hdf5_field *new_copy_hdf5_field_list(void);
extern void free_copy_hdf5_field_list(struct copy_hdf5_field *f);
@@ -99,6 +95,9 @@ 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);
+
#ifdef __cplusplus
}
#endif