odyssey/src/od_frontend.h

13 lines
177 B
C
Raw Normal View History

2017-05-26 11:49:17 +00:00
#ifndef OD_FRONTEND_H
#define OD_FRONTEND_H
/*
* odissey.
*
* PostgreSQL connection pooler and request router.
*/
void od_frontend_main(void*);
#endif /* OD_FRONTEND_H */