From 0d98f51e7dbde4a40c0039910d43ad378eaefa83 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Thu, 21 Dec 2017 14:03:18 +0100 Subject: Rename sp_node_t to sp_list_node Since we now have sp_list and sp_tree, it makes sense to specify that nodes are only for lists. --- src/sp_config_utils.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/sp_config_utils.h') diff --git a/src/sp_config_utils.h b/src/sp_config_utils.h index e561d57..9fef996 100644 --- a/src/sp_config_utils.h +++ b/src/sp_config_utils.h @@ -3,7 +3,7 @@ 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 **); -sp_node_t *parse_functions_list(char *value); +int array_to_list(char **, sp_list_node **); +sp_list_node *parse_functions_list(char *value); #endif /* SP_CONFIG_UTILS */ -- cgit v1.3