summaryrefslogtreecommitdiff
path: root/7ed.h
diff options
context:
space:
mode:
authorOskar <[email protected]>2023-12-11 21:51:48 +0100
committerOskar <[email protected]>2023-12-11 21:51:48 +0100
commit754f7875bec4bf60d7bb8c23a588c32de255d038 (patch)
tree72a7f77d62fba365366c27481ec69ced75fa106e /7ed.h
parent5f973bc0b3a0d1ddbb33cc83c74ad6fa39688a9a (diff)
Fixed some memory leaks... I think.
Diffstat (limited to '7ed.h')
-rw-r--r--7ed.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/7ed.h b/7ed.h
index 27f0235..65cbaaa 100644
--- a/7ed.h
+++ b/7ed.h
@@ -11,7 +11,7 @@
#ifndef COUNT_LINES_IN_FILE_H
#define COUNT_LINES_IN_FILE_H
-int COUNT_LINES_IN_FILE (char filename[], size_t *lines);
+int COUNT_LINES_IN_FILE (char filename[], uint64_t *lines);
#endif /* COUNT_LINES_IN_FILE_H */