2018-08-28 14:43:46 +00:00
|
|
|
#ifndef ODYSSEY_DEPLOY_H
|
|
|
|
#define ODYSSEY_DEPLOY_H
|
2018-01-24 14:28:48 +00:00
|
|
|
|
|
|
|
/*
|
2018-03-12 14:03:15 +00:00
|
|
|
* Odyssey.
|
2018-01-24 14:28:48 +00:00
|
|
|
*
|
2018-04-04 13:19:58 +00:00
|
|
|
* Scalable PostgreSQL connection pooler.
|
2020-04-02 11:00:56 +00:00
|
|
|
*/
|
2018-01-24 14:28:48 +00:00
|
|
|
|
2020-11-25 10:17:15 +00:00
|
|
|
#include "common_const.h"
|
2020-11-23 09:13:28 +00:00
|
|
|
|
2020-12-28 10:43:31 +00:00
|
|
|
int od_deploy(od_client_t *, char *);
|
2018-02-05 13:39:20 +00:00
|
|
|
|
2018-08-28 14:43:46 +00:00
|
|
|
#endif /* ODYSSEY_DEPLOY_H */
|