From: Keith Bostic Date: Thu, 14 May 1992 05:46:21 +0000 (-0800) Subject: more prototypes X-Git-Tag: BSD-4_4-Snapshot-Development~7224 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/37c8c4335ccac26a25a4ea5954f081a7fbadd0e7 more prototypes SCCS-vsn: sys/sys/map.h 7.6 --- diff --git a/usr/src/sys/sys/map.h b/usr/src/sys/sys/map.h index 84651d83a0..c17f683911 100644 --- a/usr/src/sys/sys/map.h +++ b/usr/src/sys/sys/map.h @@ -4,7 +4,7 @@ * * %sccs.include.redist.c% * - * @(#)map.h 7.5 (Berkeley) %G% + * @(#)map.h 7.6 (Berkeley) %G% */ /* @@ -44,4 +44,8 @@ struct mapent { #define ARGMAPSIZE 16 struct map *kmemmap, *mbmap, *swapmap; int nswapmap; + +long rmalloc __P((struct map *, long)); +void rmfree __P((struct map *, long, long)); +void rminit __P((struct map *, long, long, char *, int)); #endif