From d1ddc9281876be4e5ae39cf32005a3eb006d0205 Mon Sep 17 00:00:00 2001 From: edwardhartnett Date: Sat, 3 Aug 2019 12:25:46 -0600 Subject: [PATCH] fixed prototype --- include/nc3dispatch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/nc3dispatch.h b/include/nc3dispatch.h index e9b9ad5825..998ee4314d 100644 --- a/include/nc3dispatch.h +++ b/include/nc3dispatch.h @@ -59,7 +59,7 @@ extern "C" { extern int NC3_open(const char *path, int mode, int basepe, size_t *chunksizehintp, - void* mpidata, const NC_Dispatch*, NC* ncp); + void* mpidata, const NC_Dispatch*, int ncid); extern int NC3_new_nc(NC**);