odyssey/core/od_periodic.h

13 lines
154 B
C

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