odyssey/sources/deploy.h

13 lines
195 B
C
Raw Normal View History

#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 */