summaryrefslogtreecommitdiffstats
path: root/qregex.h
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2013-02-04 02:32:40 +0100
committermanuel <manuel@mausz.at>2013-02-04 02:32:40 +0100
commit8514473287c9594137c6fbc39f5619672ebc2430 (patch)
treea5b965d8c7b60dee396bf8ebe25dd3eddfaa6753 /qregex.h
parent35ddb916045abafaa4ae2c778b9383059fa06726 (diff)
downloadqmail-8514473287c9594137c6fbc39f5619672ebc2430.tar.gz
qmail-8514473287c9594137c6fbc39f5619672ebc2430.tar.bz2
qmail-8514473287c9594137c6fbc39f5619672ebc2430.zip
[PATCH] qregex-starttls-2way-auth-20060423-mm
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