diff options
| author | gramanas <anastasis.gramm2@gmail.com> | 2018-12-06 09:23:52 +0200 | 
|---|---|---|
| committer | gramanas <anastasis.gramm2@gmail.com> | 2018-12-06 09:23:52 +0200 | 
| commit | eabd52462bfdb409121b351f198d535649d2b3b9 (patch) | |
| tree | 434ec71438df3c822d34fc0b8d83fa977264c546 /src/cklist.h | |
| parent | bd85acf6a408674bcdcb5116963fe4fea2247280 (diff) | |
| download | ck-eabd52462bfdb409121b351f198d535649d2b3b9.tar.gz ck-eabd52462bfdb409121b351f198d535649d2b3b9.tar.bz2 ck-eabd52462bfdb409121b351f198d535649d2b3b9.zip  | |
Add log to file, fix list ckconf bug
Diffstat (limited to 'src/cklist.h')
| -rw-r--r-- | src/cklist.h | 2 | 
1 files changed, 2 insertions, 0 deletions
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);  | 
