diff options
author | 2004-12-22 00:54:39 +0000 | |
---|---|---|
committer | 2004-12-22 00:54:39 +0000 | |
commit | 306c04133ab4af116d81bc261abcfa40d7a4d2a5 (patch) | |
tree | 130f2628b6ccc6348f93f79d01dac74c63810bd7 /lib/libcompat/regexp/regexp.h | |
parent | spelling corrections; ok jmc@ (diff) | |
download | wireguard-openbsd-306c04133ab4af116d81bc261abcfa40d7a4d2a5.tar.xz wireguard-openbsd-306c04133ab4af116d81bc261abcfa40d7a4d2a5.zip |
some -Wimplicit-function-declaration cleaning; ok millert@
Diffstat (limited to 'lib/libcompat/regexp/regexp.h')
-rw-r--r-- | lib/libcompat/regexp/regexp.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libcompat/regexp/regexp.h b/lib/libcompat/regexp/regexp.h index d324f21c201..feeb112c274 100644 --- a/lib/libcompat/regexp/regexp.h +++ b/lib/libcompat/regexp/regexp.h @@ -1,4 +1,4 @@ -/* $OpenBSD: regexp.h,v 1.5 2003/06/02 20:18:40 millert Exp $ */ +/* $OpenBSD: regexp.h,v 1.6 2004/12/22 00:54:39 david Exp $ */ /* $NetBSD: regexp.h,v 1.3 1994/10/26 00:56:15 cgd Exp $ */ /* @@ -72,6 +72,7 @@ regexp *v8_regcomp(const char *); int v8_regexec(const regexp *, const char *); void v8_regsub(const regexp *, const char *, char *); void v8_regerror(const char *); +void v8_setregerror(void (*)(const char *)); __END_DECLS #endif /* !_REGEXP_H_ */ |