summaryrefslogtreecommitdiff
path: root/zwgc/regexp.h
diff options
context:
space:
mode:
Diffstat (limited to 'zwgc/regexp.h')
-rw-r--r--zwgc/regexp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zwgc/regexp.h b/zwgc/regexp.h
index 2429998..d5efcc2 100644
--- a/zwgc/regexp.h
+++ b/zwgc/regexp.h
@@ -19,6 +19,6 @@
#include "new_string.h"
-extern int ed_regexp_match_p();
+extern int ed_regexp_match_p(string, string);
#endif