odyssey/core/od_io.h

14 lines
199 B
C
Raw Normal View History

2016-11-10 12:39:25 +00:00
#ifndef OD_READ_H_
#define OD_READ_H_
/*
* odissey.
*
* PostgreSQL connection pooler and request router.
*/
int od_read(mm_io_t, so_stream_t*, int);
int od_write(mm_io_t, so_stream_t*);
2016-11-10 12:39:25 +00:00
#endif