#ifndef OD_DAEMON_H
#define OD_DAEMON_H
/*
* Odyssey.
*
* Scalable PostgreSQL connection pooler.
*/
int od_daemonize(void);
#endif /* OD_DAEMON_H */