odyssey/core/od_io.h

16 lines
235 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.
*/
2016-12-13 15:26:37 +00:00
int od_read(mm_io_t, so_stream_t*, int);
int od_write(mm_io_t, so_stream_t*);
char *od_getpeername(mm_io_t);
2016-11-10 12:39:25 +00:00
#endif