diff options
Diffstat (limited to 'libctf/ctf-impl.h')
-rw-r--r-- | libctf/ctf-impl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libctf/ctf-impl.h b/libctf/ctf-impl.h index a8a16f7..35320d4 100644 --- a/libctf/ctf-impl.h +++ b/libctf/ctf-impl.h @@ -629,6 +629,7 @@ extern char *ctf_sha1_fini (ctf_sha1_t *, char *); extern void ctf_list_append (ctf_list_t *, void *); extern void ctf_list_prepend (ctf_list_t *, void *); extern void ctf_list_delete (ctf_list_t *, void *); +extern void ctf_list_splice (ctf_list_t *, ctf_list_t *); extern int ctf_list_empty_p (ctf_list_t *lp); extern int ctf_dtd_insert (ctf_file_t *, ctf_dtdef_t *, int flag, int kind); |