13 lines
214 B
C
13 lines
214 B
C
|
|
#ifndef BHLIB_INTERNAL_IO_H
|
||
|
|
#define BHLIB_INTERNAL_IO_H
|
||
|
|
|
||
|
|
#include <bh/io.h>
|
||
|
|
|
||
|
|
void bh_io_init(bh_io_t *io,
|
||
|
|
bh_io_table_t *table);
|
||
|
|
|
||
|
|
void bh_io_destroy(bh_io_t *io);
|
||
|
|
|
||
|
|
#endif /* BHLIB_INTERNAL_IO_H */
|
||
|
|
|