From eabd52462bfdb409121b351f198d535649d2b3b9 Mon Sep 17 00:00:00 2001 From: gramanas Date: Thu, 6 Dec 2018 09:23:52 +0200 Subject: Add log to file, fix list ckconf bug --- src/cklist.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/cklist.h') diff --git a/src/cklist.h b/src/cklist.h index 6ce8960..da41782 100644 --- a/src/cklist.h +++ b/src/cklist.h @@ -57,6 +57,8 @@ void list_print_python(cklist *ckl); void list_print(cklist *ckl); void list_print_concat(cklist *ckl); +int list_write_to_file(cklist *ckl, char *path, int append); + /* Deallocate resources */ void list_free(cklist *ckl); -- cgit v1.2.3