odyssey/sources/reset.h

13 lines
156 B
C

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