repo.or.cz
/
unleashed
/
tickless.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
8322 nl: misleading-indentation
[unleashed/tickless.git]
/
usr
/
src
/
lib
/
gss_mechs
/
mech_krb5
/
include
/
db-ndbm.h
blob
9720a3711812ee5c8fac95384751b43216aa9857
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_ */