odyssey/sources/od_daemon.h

13 lines
165 B
C

#ifndef OD_DAEMON_H
#define OD_DAEMON_H
/*
* odissey.
*
* PostgreSQL connection pooler and request router.
*/
int od_daemonize(void);
#endif /* OD_DAEMON_H */