xref: /illumos-gate/usr/src/lib/gss_mechs/mech_krb5/include/db-ndbm.h (revision 55fea89dcaa64928bed4327112404dcb3e07b79f)
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 #ifdef __cplusplus
10 extern "C" {
11 #endif
12 
13 #include <ndbm.h>
14 #include "db.h"
15 
16 #ifdef __cplusplus
17 }
18 #endif
19 
20 #endif /* _KRB5_NDBM_H_ */
21