From 9a9dddaad0ad6d810723cd9f95dc118e164bcc13 Mon Sep 17 00:00:00 2001 From: wildjan Date: Sat, 14 Dec 2024 16:45:03 +0100 Subject: [PATCH] db.h aktualisiert --- src/db.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/db.h b/src/db.h index ae172ac..334e59b 100644 --- a/src/db.h +++ b/src/db.h @@ -5,3 +5,5 @@ #endif +extern void write_linkedlist_to_csv(llist* head, const char* filename) +extern void write_csv_to_llist(const char* filename) \ No newline at end of file