index
:
npass
master
A passwordstore and Secret Service API implementation.
sinan@sinanmohd.com
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
npassd
/
db.h
blob: d5166a41d3fe0aeb1f16068c233e8b661ba29538 (
plain
) (
blame
)
1
2
3
#include
<sqlite3.h>
int
db_init
(
const
char
*
store_path
,
struct
sqlite3
**
db
);