mirror of https://github.com/yandex/odyssey.git
13 lines
195 B
C
13 lines
195 B
C
![]() |
#ifndef OD_DEPLOY_H
|
||
|
#define OD_DEPLOY_H
|
||
|
|
||
|
/*
|
||
|
* Odissey.
|
||
|
*
|
||
|
* Advanced PostgreSQL connection pooler.
|
||
|
*/
|
||
|
|
||
|
int od_deploy(od_server_t*, char*, shapito_parameters_t*, int);
|
||
|
|
||
|
#endif /* OD_DEPLOY_H */
|