2017-05-29 15:33:44 +00:00
|
|
|
#ifndef OD_CANCEL_H
|
|
|
|
#define OD_CANCEL_H
|
|
|
|
|
|
|
|
/*
|
2017-07-05 12:42:49 +00:00
|
|
|
* Odissey.
|
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
|
|
|
*/
|
|
|
|
|
2017-06-21 12:18:48 +00:00
|
|
|
int od_cancel(od_system_t*, od_schemestorage_t*, so_key_t*, od_id_t*);
|
2017-06-16 12:28:37 +00:00
|
|
|
int od_cancel_match(od_system_t*, od_routepool_t*, so_key_t*);
|
2017-05-29 15:33:44 +00:00
|
|
|
|
|
|
|
#endif
|