odyssey/core/od_daemon.h

13 lines
149 B
C
Raw Normal View History

2016-11-28 13:25:05 +00:00
#ifndef OD_DAEMON_H_
#define OD_DAEMON_H_
/*
* odissey.
*
* PostgreSQL connection pooler and request router.
*/
int od_daemonize(void);
2016-11-28 13:25:05 +00:00
#endif