summaryrefslogtreecommitdiff
path: root/zwgc/regexp.h
diff options
context:
space:
mode:
Diffstat (limited to 'zwgc/regexp.h')
-rw-r--r--zwgc/regexp.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/zwgc/regexp.h b/zwgc/regexp.h
new file mode 100644
index 0000000..ccbb877
--- /dev/null
+++ b/zwgc/regexp.h
@@ -0,0 +1,8 @@
+#ifndef regexp_MODULE
+#define regexp_MODULE
+
+#include "new_string.h"
+
+extern int ed_regexp_match_p();
+
+#endif