summaryrefslogtreecommitdiff
path: root/buff.h
diff options
context:
space:
mode:
authorKatolaZ <katolaz@freaknet.org>2018-05-22 14:50:59 +0100
committerKatolaZ <katolaz@freaknet.org>2018-05-22 14:50:59 +0100
commit3a10703698af22f44a44d0a1bdd5fda28e4a4712 (patch)
treedb583ce30df1d0f9d4ebc953f02911ed84bfd01d /buff.h
parente5fc4ed9fb277d92ee24cd8e1bf5e305eb8e18f4 (diff)
fixed several issues in offsets -- still incomplete
Diffstat (limited to 'buff.h')
-rw-r--r--buff.h4
1 files changed, 4 insertions, 0 deletions
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__ */