2017-05-29 15:33:44 +00:00
|
|
|
#ifndef OD_CANCEL_H
|
|
|
|
#define OD_CANCEL_H
|
|
|
|
|
|
|
|
/*
|
2018-03-12 14:03:15 +00:00
|
|
|
* Odyssey.
|
2017-05-29 15:33:44 +00:00
|
|
|
*
|
2017-07-05 12:42:49 +00:00
|
|
|
* Advanced PostgreSQL connection pooler.
|
2017-05-29 15:33:44 +00:00
|
|
|
*/
|
|
|
|
|
2018-03-06 15:23:52 +00:00
|
|
|
int od_cancel(od_system_t*, shapito_stream_t*, od_configstorage_t*, shapito_key_t*, od_id_t*);
|
2018-02-22 13:43:52 +00:00
|
|
|
int od_cancel_find(od_routepool_t*, shapito_key_t*, od_routercancel_t*);
|
2017-05-29 15:33:44 +00:00
|
|
|
|
|
|
|
#endif
|