HAMMER commit - MFC ref count related panics when a HAMMER mount fails, etc.
[dragonfly.git] / usr.bin / xlint / lint2 / externs2.h
blob9ea8d86f5c85bf7fed4a4cf6c59f45d9601dff81
1 /* $NetBSD: externs2.h,v 1.2 1995/07/03 21:24:46 cgd Exp $ */
3 /*
4 * Copyright (c) 1994, 1995 Jochen Pohl
5 * All Rights Reserved.
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions
9 * are met:
10 * 1. Redistributions of source code must retain the above copyright
11 * notice, this list of conditions and the following disclaimer.
12 * 2. Redistributions in binary form must reproduce the above copyright
13 * notice, this list of conditions and the following disclaimer in the
14 * documentation and/or other materials provided with the distribution.
15 * 3. All advertising materials mentioning features or use of this software
16 * must display the following acknowledgement:
17 * This product includes software developed by Jochen Pohl for
18 * The NetBSD Project.
19 * 4. The name of the author may not be used to endorse or promote products
20 * derived from this software without specific prior written permission.
22 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
23 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
24 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
25 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
26 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
27 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
28 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
29 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
30 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
31 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
33 * $DragonFly: src/usr.bin/xlint/lint2/externs2.h,v 1.3 2003/11/03 19:31:34 eirikn Exp $
37 * main.c
39 extern int xflag;
40 extern int uflag;
41 extern int Cflag;
42 extern const char *libname;
43 extern int pflag;
44 extern int sflag;
45 extern int tflag;
46 extern int Hflag;
47 extern int hflag;
48 extern int Fflag;
52 * hash.c
54 extern void inithash(void);
55 extern hte_t *hsearch(const char *, int);
56 extern void forall(void (*)(hte_t *));
59 * read.c
61 extern const char **fnames;
62 extern type_t **tlst;
64 extern void readfile(const char *);
65 extern void mkstatic(hte_t *);
68 * mem2.c
70 extern void initmem(void);
71 extern void *xalloc(size_t);
74 * chk.c
76 extern void inittyp(void);
77 extern void mainused(void);
78 extern void chkname(hte_t *);
81 * msg.c
83 extern void msg(int, ...);
84 extern const char *mkpos(pos_t *);
87 * emit2.c
89 extern void outlib(const char *);