odyssey/sources/config.h

13 lines
196 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.
*/
2017-08-03 14:03:37 +00:00
int od_config_load(od_scheme_t*, od_logger_t*, char*, uint64_t);
#endif /* OD_CONFIG_H */