/* * Copyright 2003 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ #ifndef _KRB5_NDBM_H_ #define _KRB5_NDBM_H_ #pragma ident "%Z%%M% %I% %E% SMI" #ifdef __cplusplus extern "C" { #endif #include #include "db.h" #ifdef __cplusplus } #endif #endif /* _KRB5_NDBM_H_ */