odyssey/sources/cancel.h

13 lines
223 B
C

#ifndef ODYSSEY_CANCEL_H
#define ODYSSEY_CANCEL_H
/*
* Odyssey.
*
* Scalable PostgreSQL connection pooler.
*/
int od_cancel(od_global_t *, od_rule_storage_t *, kiwi_key_t *, od_id_t *);
#endif /* ODYSSEY_CANCEL_H */