summaryrefslogtreecommitdiffstats
path: root/qregex.h
diff options
context:
space:
mode:
Diffstat (limited to 'qregex.h')
-rw-r--r--qregex.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/qregex.h b/qregex.h
new file mode 100644
index 0000000..e333a2d
--- /dev/null
+++ b/qregex.h
@@ -0,0 +1,5 @@
1/* simple header file for the matchregex prototype */
2#ifndef _QREGEX_H_
3#define _QREGEX_H_
4int matchregex(char *text, char *regex);
5#endif