diff options
Diffstat (limited to 'src/opendeco-conf.h')
-rw-r--r-- | src/opendeco-conf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/opendeco-conf.h b/src/opendeco-conf.h index cb5b863..48b1ad0 100644 --- a/src/opendeco-conf.h +++ b/src/opendeco-conf.h @@ -21,4 +21,6 @@ struct arguments { int SHOW_TRAVEL; }; +int opendeco_conf_parse(const char *confpath, struct arguments *arguments); + #endif /* end of include guard: OPENDECOCONF_H */ |