mirror of https://github.com/yandex/odyssey.git
15 lines
290 B
C
15 lines
290 B
C
![]() |
#ifndef ODYSSEY_IAMPROXY_H
|
||
|
#define ODYSSEY_IAMPROXY_H
|
||
|
|
||
|
/*
|
||
|
* Odyssey.
|
||
|
*
|
||
|
* Scalable PostgreSQL connection pooler.
|
||
|
*/
|
||
|
|
||
|
int mdb_iamproxy_authenticate_user(const char *username, const char *token,
|
||
|
od_instance_t *instance,
|
||
|
od_client_t *client);
|
||
|
|
||
|
#endif /* ODYSSEY_IAMPROXy_H */
|