summaryrefslogtreecommitdiffstats
path: root/sys/netatm/sigpvc/sigpvc_var.h
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2002-03-20 08:00:54 +0000
committeralfred <alfred@FreeBSD.org>2002-03-20 08:00:54 +0000
commitc61e01af359e8d97fd53e0494a2168613d9e1da2 (patch)
tree2a7f34126a185f91f1613cd64a3874d01b325fe5 /sys/netatm/sigpvc/sigpvc_var.h
parent728484a7457c5aef1f6a3d30a7bf3f6e215bf900 (diff)
downloadFreeBSD-src-c61e01af359e8d97fd53e0494a2168613d9e1da2.zip
FreeBSD-src-c61e01af359e8d97fd53e0494a2168613d9e1da2.tar.gz
Remove __P.
Diffstat (limited to 'sys/netatm/sigpvc/sigpvc_var.h')
-rw-r--r--sys/netatm/sigpvc/sigpvc_var.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netatm/sigpvc/sigpvc_var.h b/sys/netatm/sigpvc/sigpvc_var.h
index 3488a0f..7e6af34 100644
--- a/sys/netatm/sigpvc/sigpvc_var.h
+++ b/sys/netatm/sigpvc/sigpvc_var.h
@@ -87,8 +87,8 @@ struct sigpvc_vccb {
/* sigpvc_if.c */
/* sigpvc_subr.c */
-int sigpvc_create_pvc __P((struct sigpvc *, Atm_connvc *, int *));
-void sigpvc_close_vcc __P((struct vccb *));
+int sigpvc_create_pvc(struct sigpvc *, Atm_connvc *, int *);
+void sigpvc_close_vcc(struct vccb *);
#endif /* _KERNEL */
OpenPOWER on IntegriCloud