summaryrefslogtreecommitdiff
path: root/7ed.h
diff options
context:
space:
mode:
Diffstat (limited to '7ed.h')
-rw-r--r--7ed.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/7ed.h b/7ed.h
index 5083ed8..3686773 100644
--- a/7ed.h
+++ b/7ed.h
@@ -49,9 +49,9 @@ int startmode(char filename[]);
#endif /* STARTMODE_H */
-#ifndef PRINT_7ED_H
-#define PRINT_7ED_H
+#ifndef GET_LINE_H
+#define GET_LINE_H
-int print_7ed(char filename[], long focus);
+int GET_LINE(char filename[], long focus, char **line);
-#endif /* PRINT_7ED_H */
+#endif /* GET_LINE_H */