aboutsummaryrefslogtreecommitdiff
path: root/include/engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/engine.h')
-rw-r--r--include/engine.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/engine.h b/include/engine.h
index aec55b2..8184567 100644
--- a/include/engine.h
+++ b/include/engine.h
@@ -57,9 +57,9 @@ void handle_eachdo(char **buffer,
key_match_t *match,
directive_t *directive,
config_t *config);
-void handle_page_source(list_t *atoms,
- eachdo_operands_t *operands,
- list_t *directives,
- config_t *config);
+void handle_config_source(list_t *atoms,
+ eachdo_operands_t *operands,
+ list_t *directives,
+ config_t *config);
#endif