2016-11-10 12:39:25 +00:00
|
|
|
#ifndef OD_READ_H_
|
|
|
|
#define OD_READ_H_
|
|
|
|
|
|
|
|
/*
|
|
|
|
* odissey.
|
|
|
|
*
|
|
|
|
* PostgreSQL connection pooler and request router.
|
|
|
|
*/
|
|
|
|
|
2016-11-29 13:26:27 +00:00
|
|
|
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
|