From 021fe93cf7656b3e3e7eb7fc01a30a4727bc359c Mon Sep 17 00:00:00 2001 From: bpc2003 Date: Mon, 10 Mar 2025 10:33:20 -0400 Subject: Offloaded reallocing list to setkey --- src/include/fileops.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include/fileops.h') diff --git a/src/include/fileops.h b/src/include/fileops.h index 2354913..63294ea 100644 --- a/src/include/fileops.h +++ b/src/include/fileops.h @@ -2,5 +2,6 @@ #define FILEOPS_H unsigned char *readdb(char *filename); +// TODO: Implement writedb function #endif -- cgit v1.2.3