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