odyssey/sources/daemon.h

13 lines
155 B
C
Raw Normal View History

#ifndef OD_DAEMON_H
#define OD_DAEMON_H
/*
2017-07-05 12:42:49 +00:00
* Odissey.
*
2017-07-05 12:42:49 +00:00
* Advanced PostgreSQL connection pooler.
*/
int od_daemonize(void);
#endif /* OD_DAEMON_H */