summaryrefslogtreecommitdiff
path: root/libguile/regex-posix.h
diff options
context:
space:
mode:
Diffstat (limited to 'libguile/regex-posix.h')
-rw-r--r--libguile/regex-posix.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libguile/regex-posix.h b/libguile/regex-posix.h
index 004854792..efa66a17a 100644
--- a/libguile/regex-posix.h
+++ b/libguile/regex-posix.h
@@ -51,7 +51,8 @@ extern long scm_tc16_regex_t;
#define SCM_RGXP(X) (SCM_CAR(X) == (SCM)scm_tc16_regex_t)
extern SCM scm_make_regexp SCM_P ((SCM pat, SCM flags));
+SCM scm_regexp_p SCM_P ((SCM x));
extern SCM scm_regexp_exec SCM_P ((SCM rx, SCM str, SCM start, SCM flags));
-extern void scm_init_regex_posix ();
+extern void scm_init_regex_posix SCM_P ((void));
#endif