Skip to content

Commit

Permalink
fixed prototype
Browse files Browse the repository at this point in the history
  • Loading branch information
edhartnett committed Aug 3, 2019
1 parent 3c9a25b commit d1ddc92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/nc3dispatch.h
Original file line number Diff line number Diff line change
Expand Up @@ -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**);
Expand Down

0 comments on commit d1ddc92

Please sign in to comment.