2018-08-28 14:43:46 +00:00
|
|
|
#ifndef ODYSSEY_CANCEL_H
|
|
|
|
#define ODYSSEY_CANCEL_H
|
2017-05-29 15:33:44 +00:00
|
|
|
|
|
|
|
/*
|
2018-03-12 14:03:15 +00:00
|
|
|
* Odyssey.
|
2017-05-29 15:33:44 +00:00
|
|
|
*
|
2018-04-04 13:19:58 +00:00
|
|
|
* Scalable PostgreSQL connection pooler.
|
2017-05-29 15:33:44 +00:00
|
|
|
*/
|
|
|
|
|
2018-12-06 14:23:15 +00:00
|
|
|
int od_cancel(od_global_t*, od_rule_storage_t*, kiwi_key_t*, od_id_t*);
|
2017-05-29 15:33:44 +00:00
|
|
|
|
2018-08-28 14:43:46 +00:00
|
|
|
#endif /* ODYSSEY_CANCEL_H */
|