summaryrefslogtreecommitdiffstats
path: root/sys/sys/shm.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1994-10-02 17:25:04 +0000
committerphk <phk@FreeBSD.org>1994-10-02 17:25:04 +0000
commitb1b8768e6a30f06704cfedaeae8f3397ad760a4e (patch)
tree3fb1646e6a554000fd088d88399afcd049cea7e9 /sys/sys/shm.h
parentc19ab2dab1da14de3c443a8c43b01233a5587bf8 (diff)
downloadFreeBSD-src-b1b8768e6a30f06704cfedaeae8f3397ad760a4e.zip
FreeBSD-src-b1b8768e6a30f06704cfedaeae8f3397ad760a4e.tar.gz
Prototypes, prototypes and even more prototypes. Not quite done yet, but
getting closer all the time.
Diffstat (limited to 'sys/sys/shm.h')
-rw-r--r--sys/sys/shm.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/sys/shm.h b/sys/sys/shm.h
index e68acff..710ad44 100644
--- a/sys/sys/shm.h
+++ b/sys/sys/shm.h
@@ -1,4 +1,4 @@
-/* $Id: shm.h,v 1.1 1994/09/13 14:47:36 dfr Exp $ */
+/* $Id: shm.h,v 1.2 1994/09/17 13:24:29 davidg Exp $ */
/* $NetBSD: shm.h,v 1.15 1994/06/29 06:45:17 cgd Exp $ */
/*
@@ -73,6 +73,9 @@ struct shminfo {
extern struct shminfo shminfo;
struct shmid_ds *shmsegs;
+void shminit __P((void));
+void shmexit __P((struct proc *));
+void shmfork __P((struct proc *, struct proc *, int));
#else /* !KERNEL */
#include <sys/cdefs.h>
OpenPOWER on IntegriCloud