summaryrefslogtreecommitdiff
path: root/src/include/fileops.h
diff options
context:
space:
mode:
authorbpc2003 <wpesfriendnva@gmail.com>2025-03-10 10:33:20 -0400
committerbpc2003 <wpesfriendnva@gmail.com>2025-03-10 10:33:20 -0400
commit021fe93cf7656b3e3e7eb7fc01a30a4727bc359c (patch)
tree00f089e249152c1cfd529a9855a5b1de7f4eb697 /src/include/fileops.h
parent7caa00ef467acdb7b874d4283b3bc58730bf803d (diff)
Offloaded reallocing list to setkey
Diffstat (limited to 'src/include/fileops.h')
-rw-r--r--src/include/fileops.h1
1 files changed, 1 insertions, 0 deletions
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