diff options
author | KatolaZ <katolaz@freaknet.org> | 2018-05-30 06:29:18 +0100 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2018-05-30 06:29:18 +0100 |
commit | 652ef404582555d9f7fca855424108a57cdea3ad (patch) | |
tree | b9106730be79381027b50fd48bd3b99c5400a6ac /buff.h | |
parent | 8a4e57da301445ae4ad7bf06a7ce18c3091ac9df (diff) |
Reimplemented (and fixed) insert/append
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); #endif /* __BUFF_H__ */ |