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