mirror of https://github.com/yandex/odyssey.git
13 lines
156 B
C
13 lines
156 B
C
![]() |
#ifndef OD_RESET_H
|
||
|
#define OD_RESET_H
|
||
|
|
||
|
/*
|
||
|
* Odissey.
|
||
|
*
|
||
|
* Advanced PostgreSQL connection pooler.
|
||
|
*/
|
||
|
|
||
|
int od_reset(od_server_t*);
|
||
|
|
||
|
#endif /* OD_RESET_H */
|