odyssey/sources/reset.h

13 lines
156 B
C
Raw Normal View History

#ifndef OD_RESET_H
#define OD_RESET_H
/*
2018-03-12 14:03:15 +00:00
* Odyssey.
*
2018-04-04 13:19:58 +00:00
* Scalable PostgreSQL connection pooler.
*/
int od_reset(od_server_t*);
#endif /* OD_RESET_H */