blob: 9720a3711812ee5c8fac95384751b43216aa9857 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
/*
* 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_ */
|