db-ndbm.h revision 7c478bd95313f5f23a4c958a745db2134aa03244
/*
* 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 <ndbm.h>
#include "db.h"
#ifdef __cplusplus
}
#endif
#endif /* _KRB5_NDBM_H_ */