aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2024-04-22 17:32:22 +0530
committersinanmohd <sinan@sinanmohd.com>2024-04-22 17:32:22 +0530
commit5c1279fe17f23ec1f407809567b8a752d3be7f09 (patch)
treeae7b32b30f8296ce944a0cf7513d9b68517d77ae /include
parent9598ccb3c4984ab14e41de84243194e7484ad9f9 (diff)
libnpass: refactor set_pass_dir to pass_store_path_set
Diffstat (limited to 'include')
-rw-r--r--include/libnpass/libnpass.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libnpass/libnpass.h b/include/libnpass/libnpass.h
index 310d634..1a0f31a 100644
--- a/include/libnpass/libnpass.h
+++ b/include/libnpass/libnpass.h
@@ -22,6 +22,7 @@ struct store {
};
int pass_readstore_all(const char *path, struct store **stor);
+int pass_store_path_set(char **store);
int pass_store_type(const char *spath);
int pass_store_cmp(const void *vp1, const void *vp2);