summaryrefslogtreecommitdiffstats
path: root/src/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index a536c2e1..2098277d 100644
--- a/src/util.h
+++ b/src/util.h
@@ -39,6 +39,7 @@ void indentprint(char *str, int indent);
char* trim(char *str);
char* strtoupper(char *str);
int grep(const char *fn, const char *needle);
+int reg_match(char *string, char *pattern);
#endif
/* vim: set ts=2 sw=2 noet: */