#ifndef OD_ROUTER_H_ #define OD_ROUTER_H_ /* * odissey. * * PostgreSQL connection pooler and request router. */ void od_router(void*); #endif