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