diff options
author | KatolaZ <katolaz@freaknet.org> | 2018-05-30 16:42:16 +0100 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2018-05-30 16:42:16 +0100 |
commit | 00d893c8f8e742acc15e6675dec20c946dfb6fd7 (patch) | |
tree | 06325441928ab711afb550339c7aa837dd2ac223 /buff.h | |
parent | 169cd80426f3a5e1462913f24b47e3f3ac39dbce (diff) |
implemented 'm' and 't'
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__ */ |