xref: /phasta/phSolver/common/streamio.h (revision ecf8d2a957efd836543027ab6bc915054d1d1142)
1ab645d52SCameron Smith #ifndef STREAMIO_H
2ab645d52SCameron Smith #define STREAMIO_H
3*ecf8d2a9SCameron Smith #include "phstream.h"
4ab645d52SCameron Smith #ifdef __cplusplus
5ab645d52SCameron Smith extern "C" {
6ab645d52SCameron Smith #endif
7ab645d52SCameron Smith typedef struct phio_file* phio_fp;
8*ecf8d2a9SCameron Smith void streamio_setup_read(phio_fp* f, grstream grs);
9*ecf8d2a9SCameron Smith void streamio_setup_write(phio_fp* f, rstream rs);
10ab645d52SCameron Smith #ifdef __cplusplus
11ab645d52SCameron Smith }
12ab645d52SCameron Smith #endif
13ab645d52SCameron Smith #endif
14