odyssey/sources/deploy.h

13 lines
215 B
C
Raw Normal View History

#ifndef OD_DEPLOY_H
#define OD_DEPLOY_H
/*
2018-03-12 14:03:15 +00:00
* Odyssey.
*
2018-04-04 13:19:58 +00:00
* Scalable PostgreSQL connection pooler.
*/
int od_deploy_write(od_server_t*, char*, shapito_stream_t*, shapito_parameters_t*);
#endif /* OD_DEPLOY_H */