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