mirror of https://github.com/yandex/odyssey.git
15 lines
208 B
C
15 lines
208 B
C
![]() |
#ifndef OD_FE_H_
|
||
|
#define OD_FE_H_
|
||
|
|
||
|
/*
|
||
|
* odissey.
|
||
|
*
|
||
|
* PostgreSQL connection pooler and request router.
|
||
|
*/
|
||
|
|
||
|
int od_festartup(odclient_t*);
|
||
|
int od_feauth(odclient_t*);
|
||
|
void od_feclose(odclient_t*);
|
||
|
|
||
|
#endif
|