summaryrefslogtreecommitdiff
path: root/src/include/fileops.h
diff options
context:
space:
mode:
authorbpc2003 <wpesfriendnva@gmail.com>2025-03-10 11:15:04 -0400
committerbpc2003 <wpesfriendnva@gmail.com>2025-03-10 11:15:04 -0400
commit7c8e83f655e41b11e970fd0abad5a96a3fb73e47 (patch)
tree057e9c4dd571a4f6f4738b51d53641fcb20ea4dc /src/include/fileops.h
parent9b568eba7d0652e9f9457958f16dc35702c4a950 (diff)
Consolidated each header into single header
Diffstat (limited to 'src/include/fileops.h')
-rw-r--r--src/include/fileops.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/include/fileops.h b/src/include/fileops.h
deleted file mode 100644
index 371f6e8..0000000
--- a/src/include/fileops.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef FILEOPS_H
-#define FILEOPS_H
-
-#include "keytab.h"
-
-unsigned char *readdb(char *filename);
-void writedb(char *filename, struct keytablist *list, int len);
-
-#endif