diff options
Diffstat (limited to 'buff.h')
-rw-r--r-- | buff.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ int read_file(); int match(char **, char); int mark(char *c); int get_lineno(line_t*); -int transfer_lines(int, char); +void transfer_lines(int, char); #endif /* __BUFF_H__ */ |