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_list.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/sp_list.h') diff --git a/src/sp_list.h b/src/sp_list.h index 48b11f6..476c64c 100644 --- a/src/sp_list.h +++ b/src/sp_list.h @@ -11,5 +11,6 @@ typedef struct sp_node_s { sp_node_t *sp_new_list(); void sp_list_insert(sp_node_t *, void *); void sp_list_free(sp_node_t *); +void sp_list_prepend(sp_node_t *, void *); #endif -- cgit v1.3