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(ftio_t*, sostream_t*);
|
2016-11-14 10:24:37 +00:00
|
|
|
int od_write(ftio_t*, sostream_t*);
|
2016-11-10 12:39:25 +00:00
|
|
|
|
|
|
|
#endif
|