diff options
| author | jvoisin | 2017-10-09 11:54:11 +0200 |
|---|---|---|
| committer | GitHub | 2017-10-09 11:54:11 +0200 |
| commit | 7234fdbb0cb0dd45ed1d6e7814c91e596126ee25 (patch) | |
| tree | 1b29ad0e25f37b55390d309fd0b7f4cd406cbb7a /src/sp_config_utils.h | |
| parent | 50bb0ed72d5c221d40f16690d980db5e7ccee46a (diff) | |
Implement matching on the calltrace (#17)
* Implement matching on the calltrace
Diffstat (limited to 'src/sp_config_utils.h')
| -rw-r--r-- | src/sp_config_utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ | |||
| 4 | int parse_keywords(sp_config_functions *, char *); | 4 | int parse_keywords(sp_config_functions *, char *); |
| 5 | char *get_param(size_t *, char *restrict, sp_type, const char *restrict); | 5 | char *get_param(size_t *, char *restrict, sp_type, const char *restrict); |
| 6 | int array_to_list(char **, sp_node_t **); | 6 | int array_to_list(char **, sp_node_t **); |
| 7 | sp_node_t *parse_functions_list(char *value); | ||
| 7 | 8 | ||
| 8 | #endif /* SP_CONFIG_UTILS */ | 9 | #endif /* SP_CONFIG_UTILS */ |
