odyssey/sources/config_reader.h

13 lines
214 B
C
Raw Normal View History

2018-03-05 14:24:30 +00:00
#ifndef OD_CONFIG_READER_H
#define OD_CONFIG_READER_H
/*
2018-03-12 14:03:15 +00:00
* Odyssey.
*
2018-04-04 13:19:58 +00:00
* Scalable PostgreSQL connection pooler.
*/
2018-03-21 14:36:57 +00:00
int od_configreader_import(od_config_t*, od_error_t*, char*);
2018-03-05 14:24:30 +00:00
#endif /* OD_CONFIG_READER_H */