Merge from vendor branch GROFF:
[dragonfly.git] / contrib / bind-9.2.4rc7 / lib / isccc / include / isccc / lib.h
1 /*
2  * Portions Copyright (C) 2004  Internet Systems Consortium, Inc. ("ISC")
3  * Portions Copyright (C) 2001  Internet Software Consortium.
4  * Portions Copyright (C) 2001  Nominum, Inc.
5  *
6  * Permission to use, copy, modify, and distribute this software for any
7  * purpose with or without fee is hereby granted, provided that the above
8  * copyright notice and this permission notice appear in all copies.
9  *
10  * THE SOFTWARE IS PROVIDED "AS IS" AND ISC AND NOMINUM DISCLAIMS ALL
11  * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
12  * OF MERCHANTABILITY AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY
13  * SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
14  * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
15  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
16  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17  */
18
19 /* $Id: lib.h,v 1.2.2.1 2004/03/09 06:12:27 marka Exp $ */
20
21 #ifndef ISCCC_LIB_H
22 #define ISCCC_LIB_H 1
23
24 #include <isc/types.h>
25 #include <isc/lang.h>
26
27 ISC_LANG_BEGINDECLS
28
29 extern isc_msgcat_t *isccc_msgcat;
30
31 void
32 isccc_lib_initmsgcat(void);
33 /*
34  * Initialize the ISCCC library's message catalog, isccc_msgcat, if it
35  * has not already been initialized.
36  */
37
38 ISC_LANG_ENDDECLS
39
40 #endif /* ISCCC_LIB_H */