summaryrefslogtreecommitdiffstats
path: root/regress/lib/libc/regex/debug.ih
diff options
context:
space:
mode:
Diffstat (limited to 'regress/lib/libc/regex/debug.ih')
-rw-r--r--regress/lib/libc/regex/debug.ih8
1 files changed, 4 insertions, 4 deletions
diff --git a/regress/lib/libc/regex/debug.ih b/regress/lib/libc/regex/debug.ih
index 2aa04490389..9eb313af238 100644
--- a/regress/lib/libc/regex/debug.ih
+++ b/regress/lib/libc/regex/debug.ih
@@ -1,4 +1,4 @@
-/* $OpenBSD: debug.ih,v 1.2 2001/01/29 02:05:44 niklas Exp $ */
+/* $OpenBSD: debug.ih,v 1.3 2002/02/16 21:27:32 millert Exp $ */
/* $NetBSD: debug.ih,v 1.2 1995/04/20 22:39:47 cgd Exp $ */
/* ========= begin header generated by ./mkh ========= */
@@ -7,9 +7,9 @@ extern "C" {
#endif
/* === debug.c === */
-void regprint __P((regex_t *r, FILE *d));
-static void s_print __P((register struct re_guts *g, FILE *d));
-static char *regchar __P((int ch));
+void regprint(regex_t *r, FILE *d);
+static void s_print(register struct re_guts *g, FILE *d);
+static char *regchar(int ch);
#ifdef __cplusplus
}