diff options
Diffstat (limited to 'src/sp_config_utils.h')
| -rw-r--r-- | src/sp_config_utils.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/sp_config_utils.h b/src/sp_config_utils.h new file mode 100644 index 0000000..f2f8fce --- /dev/null +++ b/src/sp_config_utils.h | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | #ifndef SP_CONFIG_UTILS | ||
| 2 | #define SP_CONFIG_UTILS | ||
| 3 | |||
| 4 | int parse_keywords(sp_config_functions *, char *); | ||
| 5 | char *get_param(size_t *, char *restrict, sp_type, const char *restrict); | ||
| 6 | int array_to_list(char **, sp_node_t **); | ||
| 7 | |||
| 8 | #endif /* SP_CONFIG_UTILS */ | ||
