odyssey/sources/cancel.h

14 lines
223 B
C
Raw Normal View History

#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
int
od_cancel(od_global_t *, od_rule_storage_t *, kiwi_key_t *, od_id_t *);
2017-05-29 15:33:44 +00:00
#endif /* ODYSSEY_CANCEL_H */