# HG changeset patch # User baghdadi # Date 1168896235 0 # Node ID 39ac8142d7d249fe55548be4b877605ed019e0d5 # Parent ddd233adeda18b6740ef977979a40c29a4dd973e Added function prototype, creating standard datsets. diff --git a/libsrc2/minc2_private.h b/libsrc2/minc2_private.h --- a/libsrc2/minc2_private.h +++ b/libsrc2/minc2_private.h @@ -162,6 +162,7 @@ extern double *alloc1d(int); extern double **alloc2d(int, int); extern void free2d(int, double **); +extern int create_standard_dataset(hid_t hdf_file, const char *path); /* From hyper.c */ extern int mitranslate_hyperslab_origin(mihandle_t volume,