xref: /illumos-gate/usr/src/lib/gss_mechs/mech_krb5/include/db-ndbm.h (revision 581cede61ac9c14d8d4ea452562a567189eead78)
1 /*
2  * Copyright 2003 Sun Microsystems, Inc.  All rights reserved.
3  * Use is subject to license terms.
4  */
5 
6 #ifndef	_KRB5_NDBM_H_
7 #define	_KRB5_NDBM_H_
8 
9 #pragma ident	"%Z%%M%	%I%	%E% SMI"
10 
11 #ifdef __cplusplus
12 extern "C" {
13 #endif
14 
15 #include <ndbm.h>
16 #include "db.h"
17 
18 #ifdef __cplusplus
19 }
20 #endif
21 
22 #endif /* _KRB5_NDBM_H_ */
23