diff options
Diffstat (limited to 'src/sp_list.h')
| -rw-r--r-- | src/sp_list.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 { | |||
| 11 | sp_node_t *sp_new_list(); | 11 | sp_node_t *sp_new_list(); |
| 12 | void sp_list_insert(sp_node_t *, void *); | 12 | void sp_list_insert(sp_node_t *, void *); |
| 13 | void sp_list_free(sp_node_t *); | 13 | void sp_list_free(sp_node_t *); |
| 14 | void sp_list_prepend(sp_node_t *, void *); | ||
| 14 | 15 | ||
| 15 | #endif | 16 | #endif |
