summaryrefslogtreecommitdiff
path: root/buff.h
diff options
context:
space:
mode:
authorKatolaZ <katolaz@freaknet.org>2018-05-30 06:29:18 +0100
committerKatolaZ <katolaz@freaknet.org>2018-05-30 06:29:18 +0100
commit652ef404582555d9f7fca855424108a57cdea3ad (patch)
treeb9106730be79381027b50fd48bd3b99c5400a6ac /buff.h
parent8a4e57da301445ae4ad7bf06a7ce18c3091ac9df (diff)
Reimplemented (and fixed) insert/append
Diffstat (limited to 'buff.h')
-rw-r--r--buff.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/buff.h b/buff.h
index 5d58ef4..020e3b2 100644
--- a/buff.h
+++ b/buff.h
@@ -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__ */