#ifndef ODYSSEY_DEPLOY_H #define ODYSSEY_DEPLOY_H /* * Odyssey. * * Scalable PostgreSQL connection pooler. */ int od_deploy(od_client_t*, char*); #endif /* ODYSSEY_DEPLOY_H */