man pages with .new in the don't work
[unix-history] / usr / src / usr.sbin / config.new / sem.h
CommitLineData
00b8b8ba 1/*
62a2aae7
KB
2 * Copyright (c) 1992, 1993
3 * The Regents of the University of California. All rights reserved.
00b8b8ba
CT
4 *
5 * This software was developed by the Computer Systems Engineering group
6 * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and
7 * contributed to Berkeley.
8 *
9 * All advertising materials mentioning features or use of this software
10 * must display the following acknowledgement:
11 * This product includes software developed by the University of
12 * California, Lawrence Berkeley Laboratories.
13 *
14 * %sccs.include.redist.c%
15 *
62a2aae7 16 * @(#)sem.h 8.1 (Berkeley) %G%
00b8b8ba
CT
17 */
18
19void enddefs __P((const char *));
20
21void setdefmaxusers __P((int, int, int));
22void setmaxusers __P((int));
23int defattr __P((const char *, struct nvlist *));
24void defdev __P((struct devbase *, int, struct nvlist *,
25 struct nvlist *, struct nvlist *, struct nvlist *));
26struct devbase *getdevbase __P((const char *name));
27struct attr *getattr __P((const char *name));
28void setmajor __P((struct devbase *d, int n));
29void addconf __P((struct config *));
30void setconf __P((struct nvlist **, const char *, struct nvlist *));
31void adddev __P((const char *, const char *, struct nvlist *, int));
32void addpseudo __P((const char *name, int number));
33const char *ref __P((const char *name));
34const char *starref __P((const char *name));
35const char *wildref __P((const char *name));