From efcc16ad74a32d4b735bad73690c49c5cdb63cb7 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Tue, 3 May 2022 00:04:50 +0200 Subject: Add a `const` --- src/sp_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sp_config.h') 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 { #define SP_TOKEN_LIST "list" -zend_result sp_process_rule(sp_parsed_keyword *parsed_rule, sp_config_keyword *config_keywords); +zend_result sp_process_rule(sp_parsed_keyword *parsed_rule, const sp_config_keyword *config_keywords); zend_result sp_parse_config(const char *filename); -- cgit v1.3