diff options
author | KatolaZ <katolaz@freaknet.org> | 2018-05-22 14:50:59 +0100 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2018-05-22 14:50:59 +0100 |
commit | 3a10703698af22f44a44d0a1bdd5fda28e4a4712 (patch) | |
tree | db583ce30df1d0f9d4ebc953f02911ed84bfd01d /buff.h | |
parent | e5fc4ed9fb277d92ee24cd8e1bf5e305eb8e18f4 (diff) |
fixed several issues in offsets -- still incomplete
Diffstat (limited to 'buff.h')
-rw-r--r-- | buff.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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__ */ |