From f120adf586bfede2b5f1ab2d57ce3a8aa5341e77 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Tue, 3 May 2022 00:34:26 +0200 Subject: Even more const --- src/sp_config_utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sp_config_utils.h') diff --git a/src/sp_config_utils.h b/src/sp_config_utils.h index 64817a0..a3a2c81 100644 --- a/src/sp_config_utils.h +++ b/src/sp_config_utils.h @@ -1,6 +1,6 @@ #ifndef SP_CONFIG_UTILS #define SP_CONFIG_UTILS -sp_list_node *parse_functions_list(char *value); +sp_list_node *parse_functions_list(const char *const value); #endif /* SP_CONFIG_UTILS */ -- cgit v1.3