odyssey/sources/reset.h

13 lines
171 B
C

#ifndef ODYSSEY_RESET_H
#define ODYSSEY_RESET_H
/*
* Odyssey.
*
* Scalable PostgreSQL connection pooler.
*/
int od_reset(od_server_t*);
#endif /* ODYSSEY_RESET_H */