summaryrefslogtreecommitdiff
path: root/buff.h
diff options
context:
space:
mode:
authorKatolaZ <katolaz@freaknet.org>2018-05-03 22:53:01 +0100
committerKatolaZ <katolaz@freaknet.org>2018-05-03 22:53:01 +0100
commite5fc4ed9fb277d92ee24cd8e1bf5e305eb8e18f4 (patch)
tree582130f556849a086e696bb9eec282daa8889d9f /buff.h
parentf6d4aa13577c2f7d8c18458123f83ea6de9712d7 (diff)
implemented REGEXP match on addresses
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__ */