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