#ifndef OD_RESET_H #define OD_RESET_H /* * Odissey. * * Advanced PostgreSQL connection pooler. */ int od_reset(od_server_t*); #endif /* OD_RESET_H */