From 7234fdbb0cb0dd45ed1d6e7814c91e596126ee25 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Mon, 9 Oct 2017 11:54:11 +0200 Subject: Implement matching on the calltrace (#17) * Implement matching on the calltrace--- src/sp_config_utils.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/sp_config_utils.h') diff --git a/src/sp_config_utils.h b/src/sp_config_utils.h index f2f8fce..e561d57 100644 --- a/src/sp_config_utils.h +++ b/src/sp_config_utils.h @@ -4,5 +4,6 @@ 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); #endif /* SP_CONFIG_UTILS */ -- cgit v1.3