summaryrefslogtreecommitdiff
path: root/src/sp_config.h
diff options
context:
space:
mode:
authorjvoisin2022-05-03 00:04:50 +0200
committerjvoisin2022-05-03 00:04:50 +0200
commitefcc16ad74a32d4b735bad73690c49c5cdb63cb7 (patch)
treec69082dc7c7a4957fa2520d1ae119f8a24099232 /src/sp_config.h
parent5b25788a81bf7ad233d99cf3f5e9ce3dcc5e8602 (diff)
Add a `const`
Diffstat (limited to 'src/sp_config.h')
-rw-r--r--src/sp_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp_config.h b/src/sp_config.h
index 6d48240..87710a0 100644
--- a/src/sp_config.h
+++ b/src/sp_config.h
@@ -269,7 +269,7 @@ typedef struct {
269 269
270#define SP_TOKEN_LIST "list" 270#define SP_TOKEN_LIST "list"
271 271
272zend_result sp_process_rule(sp_parsed_keyword *parsed_rule, sp_config_keyword *config_keywords); 272zend_result sp_process_rule(sp_parsed_keyword *parsed_rule, const sp_config_keyword *config_keywords);
273 273
274zend_result sp_parse_config(const char *filename); 274zend_result sp_parse_config(const char *filename);
275 275