mirror of https://github.com/yandex/odyssey.git
13 lines
177 B
C
13 lines
177 B
C
|
#ifndef OD_FRONTEND_H
|
||
|
#define OD_FRONTEND_H
|
||
|
|
||
|
/*
|
||
|
* odissey.
|
||
|
*
|
||
|
* PostgreSQL connection pooler and request router.
|
||
|
*/
|
||
|
|
||
|
void od_frontend_main(void*);
|
||
|
|
||
|
#endif /* OD_FRONTEND_H */
|