1ab645d52SCameron Smith #ifndef STREAMIO_H 2ab645d52SCameron Smith #define STREAMIO_H 3ecf8d2a9SCameron Smith #include "phstream.h" 4*549af74fSCameron Smith #include "phIO.h" 5ab645d52SCameron Smith #ifdef __cplusplus 6ab645d52SCameron Smith extern "C" { 7ab645d52SCameron Smith #endif 8ecf8d2a9SCameron Smith void streamio_setup_read(phio_fp* f, grstream grs); 9ecf8d2a9SCameron Smith void streamio_setup_write(phio_fp* f, rstream rs); 10ab645d52SCameron Smith #ifdef __cplusplus 11ab645d52SCameron Smith } 12ab645d52SCameron Smith #endif 13ab645d52SCameron Smith #endif 14