mirror of https://github.com/yandex/odyssey.git
13 lines
163 B
C
13 lines
163 B
C
![]() |
#ifndef OD_CANCEL_H_
|
||
|
#define OD_CANCEL_H_
|
||
|
|
||
|
/*
|
||
|
* odissey.
|
||
|
*
|
||
|
* PostgreSQL connection pooler and request router.
|
||
|
*/
|
||
|
|
||
|
int od_cancel(odpooler_t*, sokey_t*);
|
||
|
|
||
|
#endif
|