odyssey/sources/reset.h

13 lines
175 B
C
Raw Normal View History

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