odyssey/core/od_router.h

13 lines
148 B
C

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