summaryrefslogtreecommitdiff
path: root/src/sp_config_utils.h
blob: f2f8fce2fd0aaa30d7bf8ef182179027fac32df7 (plain)
1
2
3
4
5
6
7
8
#ifndef SP_CONFIG_UTILS
#define SP_CONFIG_UTILS

int parse_keywords(sp_config_functions *, char *);
char *get_param(size_t *, char *restrict, sp_type, const char *restrict);
int array_to_list(char **, sp_node_t **);

#endif /* SP_CONFIG_UTILS */