aboutsummaryrefslogtreecommitdiffstats
path: root/cfg_file.h
diff options
context:
space:
mode:
Diffstat (limited to 'cfg_file.h')
-rw-r--r--cfg_file.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/cfg_file.h b/cfg_file.h
index 401593584..ff4eeb0d7 100644
--- a/cfg_file.h
+++ b/cfg_file.h
@@ -122,6 +122,10 @@ int parse_bind_line (struct config_file *cf, char *str);
void init_defaults (struct config_file *cfg);
void free_config (struct config_file *cfg);
int parse_script (char *str, struct script_param *param, enum script_type type);
+char* get_module_opt (struct config_file *cfg, char *module_name, char *opt_name);
+size_t parse_limit (const char *limit);
+unsigned int parse_seconds (const char *t);
+char parse_flag (const char *str);
int yylex (void);
int yyparse (void);