odyssey/sources/config.h

13 lines
191 B
C
Raw Normal View History

#ifndef OD_CONFIG_H
#define OD_CONFIG_H
/*
2017-07-05 12:42:49 +00:00
* Odissey.
*
2017-07-05 12:42:49 +00:00
* Advanced PostgreSQL connection pooler.
*/
int od_config_load(od_scheme_t*, od_logger_t*, char*, int);
#endif /* OD_CONFIG_H */