summaryrefslogtreecommitdiff
path: root/src/sp_config_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp_config_utils.h')
-rw-r--r--src/sp_config_utils.h2
1 files changed, 1 insertions, 1 deletions
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 @@
1#ifndef SP_CONFIG_UTILS 1#ifndef SP_CONFIG_UTILS
2#define SP_CONFIG_UTILS 2#define SP_CONFIG_UTILS
3 3
4sp_list_node *parse_functions_list(char *value); 4sp_list_node *parse_functions_list(const char *const value);
5 5
6#endif /* SP_CONFIG_UTILS */ 6#endif /* SP_CONFIG_UTILS */