diff options
| author | jvoisin | 2022-05-03 00:34:26 +0200 |
|---|---|---|
| committer | jvoisin | 2022-05-03 00:34:26 +0200 |
| commit | f120adf586bfede2b5f1ab2d57ce3a8aa5341e77 (patch) | |
| tree | 438b225502ef67a25b25d8bedce0f7e92d4d1990 /src/sp_config_utils.h | |
| parent | 04633d1384edf4fc80be626c29e5f848b17a78bf (diff) | |
Even more const
Diffstat (limited to 'src/sp_config_utils.h')
| -rw-r--r-- | src/sp_config_utils.h | 2 |
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 | ||
| 4 | sp_list_node *parse_functions_list(char *value); | 4 | sp_list_node *parse_functions_list(const char *const value); |
| 5 | 5 | ||
| 6 | #endif /* SP_CONFIG_UTILS */ | 6 | #endif /* SP_CONFIG_UTILS */ |
