summaryrefslogtreecommitdiff
path: root/7ed.h
diff options
context:
space:
mode:
Diffstat (limited to '7ed.h')
-rw-r--r--7ed.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/7ed.h b/7ed.h
index f0be605..ece0aab 100644
--- a/7ed.h
+++ b/7ed.h
@@ -8,8 +8,6 @@
#define BUF_SZ_4 4096
#define BUF_SZ_8 8192
-
-
int count_lines_in_file(char filename[], uint64_t *lines);
int count_lines_in_file_posix(char filename[], size_t *lines);