1ab645d52SCameron Smith #ifndef SYNCIO_H 2ab645d52SCameron Smith #define SYNCIO_H 3*549af74fSCameron Smith #include "phIO.h" 4ab645d52SCameron Smith #ifdef __cplusplus 5ab645d52SCameron Smith extern "C" { 6ab645d52SCameron Smith #endif 7ab645d52SCameron Smith void syncio_setup_read(int nfiles, phio_fp* f); 8ab645d52SCameron Smith void syncio_setup_write(int nfiles, int nfields, int nppf, phio_fp* f); 9ab645d52SCameron Smith #ifdef __cplusplus 10ab645d52SCameron Smith } 11ab645d52SCameron Smith #endif 12ab645d52SCameron Smith #endif 13