odyssey/sources/config_reader.h

13 lines
243 B
C
Raw Normal View History

#ifndef ODYSSEY_CONFIG_READER_H
#define ODYSSEY_CONFIG_READER_H
/*
2018-03-12 14:03:15 +00:00
* Odyssey.
*
2018-04-04 13:19:58 +00:00
* Scalable PostgreSQL connection pooler.
*/
int od_config_reader_import(od_config_t*, od_rules_t*, od_error_t*, char*);
#endif /* ODYSSEY_CONFIG_READER_H */