mirror of https://github.com/yandex/odyssey.git
13 lines
148 B
C
13 lines
148 B
C
|
#ifndef OD_AUTH_H_
|
||
|
#define OD_AUTH_H_
|
||
|
|
||
|
/*
|
||
|
* odissey.
|
||
|
*
|
||
|
* PostgreSQL connection pooler and request router.
|
||
|
*/
|
||
|
|
||
|
int od_auth(od_client_t*);
|
||
|
|
||
|
#endif
|