diff options
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__ */ |