repo.or.cz
/
mozilla-nss.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Import from 1.9a8 tarball
[mozilla-nss.git]
/
security
/
nss
/
lib
/
softoken
/
sftkdbt.h
blob
f9d7c9eaa8932ad0bf13561f2f4c5de1c7383bb0
1
/*
2
* license
3
*/
4
5
6
#ifndef SFTKDBT_H
7
#define SFTKDBT_H 1
8
typedef
struct
SFTKDBHandleStr SFTKDBHandle
;
9
10
typedef
enum
{
11
SDB_SQL
,
12
SDB_EXTERN
,
13
SDB_LEGACY
,
14
SDB_MULTIACCESS
15
}
SDBType
;
16
17
#endif