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 3686773..c7236f0 100644
--- a/7ed.h
+++ b/7ed.h
@@ -52,6 +52,6 @@ int startmode(char filename[]);
#ifndef GET_LINE_H
#define GET_LINE_H
-int GET_LINE(char filename[], long focus, char **line);
+int GET_LINE(char filename[], long focus, char **line, size_t *start);
#endif /* GET_LINE_H */