summaryrefslogtreecommitdiff
path: root/7ed.h
diff options
context:
space:
mode:
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 */