aboutsummaryrefslogtreecommitdiff
path: root/include/filehandler.h
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2025-07-26 13:21:26 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2025-07-26 13:21:26 +0530
commit2618424ffd6aeff9a9c859fb2cf48c8e9b379c98 (patch)
treec9a3903e9d0bd1e11c7498e667afd0a37697f315 /include/filehandler.h
parentf72ed582f71b2f95506e2edf426f87d3ba89a8c5 (diff)
build: update CMakeLists & delete unused filehandler_t
Diffstat (limited to 'include/filehandler.h')
-rw-r--r--include/filehandler.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/filehandler.h b/include/filehandler.h
index f1f3342..8868af7 100644
--- a/include/filehandler.h
+++ b/include/filehandler.h
@@ -3,10 +3,6 @@
#include <stdio.h>
-typedef struct {
-
-} filehandler_t;
-
char *fcontent(FILE *f, unsigned int size);
unsigned int fsize(FILE *f);