From 7a008febf6622daee74a832515a5c50445b9f179 Mon Sep 17 00:00:00 2001 From: Valerio Mariani Date: Mon, 26 Jan 2015 16:34:46 +0100 Subject: Fix some prototypes --- libcrystfel/src/hdf5-file.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcrystfel/src/hdf5-file.h') diff --git a/libcrystfel/src/hdf5-file.h b/libcrystfel/src/hdf5-file.h index 84b20798..4d7b223c 100644 --- a/libcrystfel/src/hdf5-file.h +++ b/libcrystfel/src/hdf5-file.h @@ -55,7 +55,7 @@ extern "C" { extern int hdf5_write(const char *filename, const void *data, int width, int height, int type); -extern int hdf5_write_image(const char *filename, struct image *image, +extern int hdf5_write_image(const char *filename, const struct image *image, char *element); extern int hdf5_read(struct hdfile *f, struct image *image, -- cgit v1.2.3