From 8514473287c9594137c6fbc39f5619672ebc2430 Mon Sep 17 00:00:00 2001 From: manuel Date: Mon, 4 Feb 2013 02:32:40 +0100 Subject: [PATCH] qregex-starttls-2way-auth-20060423-mm --- qregex.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 qregex.h (limited to 'qregex.h') diff --git a/qregex.h b/qregex.h new file mode 100644 index 0000000..e333a2d --- /dev/null +++ b/qregex.h @@ -0,0 +1,5 @@ +/* simple header file for the matchregex prototype */ +#ifndef _QREGEX_H_ +#define _QREGEX_H_ +int matchregex(char *text, char *regex); +#endif -- cgit v1.2.3