From 3a10703698af22f44a44d0a1bdd5fda28e4a4712 Mon Sep 17 00:00:00 2001 From: KatolaZ Date: Tue, 22 May 2018 14:50:59 +0100 Subject: fixed several issues in offsets -- still incomplete --- buff.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'buff.h') diff --git a/buff.h b/buff.h index 2602434..5d58ef4 100644 --- a/buff.h +++ b/buff.h @@ -24,6 +24,7 @@ extern int num; extern int pos; extern int addr1, addr2; extern char *fname; +extern line_t *marks[26]; int read_lines(FILE *); @@ -37,6 +38,9 @@ void delete_lines(); int write_lines(); int read_file(); int match(char **, char); +int mark(char *c); +int get_lineno(line_t*); + #endif /* __BUFF_H__ */ -- cgit v1.2.3