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