diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-12-10 18:05:39 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-12-10 18:05:39 (GMT) |
commit | 692896a9e73ecff9e77ab5487335d879c7551a91 (patch) | |
tree | df341922e2e8a3d14138a9a5126d39f1ccf152eb /perform/pio_perf.h | |
parent | 216b84a9ab8d51485faf33b0d3de635b6242113a (diff) | |
download | hdf5-692896a9e73ecff9e77ab5487335d879c7551a91.zip hdf5-692896a9e73ecff9e77ab5487335d879c7551a91.tar.gz hdf5-692896a9e73ecff9e77ab5487335d879c7551a91.tar.bz2 |
[svn-r4687]
Purpose:
Small warning removals
Description:
Just removed a few more warnings to make the compile go a bit
smoother...
Platforms tested:
Linux
Diffstat (limited to 'perform/pio_perf.h')
-rw-r--r-- | perform/pio_perf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perform/pio_perf.h b/perform/pio_perf.h index 6386ec4..1fdbaee 100644 --- a/perform/pio_perf.h +++ b/perform/pio_perf.h @@ -31,4 +31,6 @@ typedef struct parameters_ { #define FAIL -1 #endif /* !FAIL */ +extern herr_t do_pio(parameters param); + #endif /* PIO_PERF_H__ */ |