summaryrefslogtreecommitdiff
path: root/buff.h
diff options
context:
space:
mode:
Diffstat (limited to 'buff.h')
-rw-r--r--buff.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/buff.h b/buff.h
index 7745518..2602434 100644
--- a/buff.h
+++ b/buff.h
@@ -36,6 +36,7 @@ void insert_lines();
void delete_lines();
int write_lines();
int read_file();
+int match(char **, char);
#endif /* __BUFF_H__ */