2018-08-28 14:43:46 +00:00
|
|
|
#ifndef ODYSSEY_CONFIG_READER_H
|
|
|
|
#define ODYSSEY_CONFIG_READER_H
|
2017-05-24 11:57:15 +00:00
|
|
|
|
|
|
|
/*
|
2018-03-12 14:03:15 +00:00
|
|
|
* Odyssey.
|
2017-05-24 11:57:15 +00:00
|
|
|
*
|
2018-04-04 13:19:58 +00:00
|
|
|
* Scalable PostgreSQL connection pooler.
|
2020-04-02 11:00:56 +00:00
|
|
|
*/
|
2017-05-24 11:57:15 +00:00
|
|
|
|
2020-12-28 10:43:31 +00:00
|
|
|
int od_config_reader_import(od_config_t *, od_rules_t *, od_error_t *,
|
|
|
|
od_module_t *, char *);
|
2017-05-24 11:57:15 +00:00
|
|
|
|
2018-08-28 14:43:46 +00:00
|
|
|
#endif /* ODYSSEY_CONFIG_READER_H */
|