diff options
| author | jvoisin | 2022-05-03 00:04:50 +0200 |
|---|---|---|
| committer | jvoisin | 2022-05-03 00:04:50 +0200 |
| commit | efcc16ad74a32d4b735bad73690c49c5cdb63cb7 (patch) | |
| tree | c69082dc7c7a4957fa2520d1ae119f8a24099232 /src/sp_config.h | |
| parent | 5b25788a81bf7ad233d99cf3f5e9ce3dcc5e8602 (diff) | |
Add a `const`
Diffstat (limited to 'src/sp_config.h')
| -rw-r--r-- | src/sp_config.h | 2 |
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 | ||
| 272 | zend_result sp_process_rule(sp_parsed_keyword *parsed_rule, sp_config_keyword *config_keywords); | 272 | zend_result sp_process_rule(sp_parsed_keyword *parsed_rule, const sp_config_keyword *config_keywords); |
| 273 | 273 | ||
| 274 | zend_result sp_parse_config(const char *filename); | 274 | zend_result sp_parse_config(const char *filename); |
| 275 | 275 | ||
