#ifndef OD_ROUTER_TRANSACTION_H_
#define OD_ROUTER_TRANSACTION_H_
/*
* odissey.
*
* PostgreSQL connection pooler and request router.
*/
od_routerstatus_t
od_router_transaction(od_client_t*);
#endif