1ab645d52SCameron Smith #ifndef POSIXIO_H 2ab645d52SCameron Smith #define POSIXIO_H 3*549af74fSCameron Smith #include "phIO.h" 4ab645d52SCameron Smith #ifdef __cplusplus 5ab645d52SCameron Smith extern "C" { 6ab645d52SCameron Smith #endif 7ab645d52SCameron Smith void posixio_setup(phio_fp* f, char mode); 8ab645d52SCameron Smith #ifdef __cplusplus 9ab645d52SCameron Smith } 10ab645d52SCameron Smith #endif 11ab645d52SCameron Smith #endif 12