diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-04-18 07:15:34 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-04-18 07:15:34 +0530 |
commit | 68c5a4cc9ee5aff617b5e80abe1bd3dcb68e3052 (patch) | |
tree | 2f19b79f80e759147c7955013ea814e016f09cb2 /include/libnpass/libnpass.h | |
parent | be2865833cd6ea9166f099fc03544cbc73d64a4b (diff) |
libnpass: readstore_all -> pass_readstore_all
Diffstat (limited to 'include/libnpass/libnpass.h')
-rw-r--r-- | include/libnpass/libnpass.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libnpass/libnpass.h b/include/libnpass/libnpass.h index 33e6831..310d634 100644 --- a/include/libnpass/libnpass.h +++ b/include/libnpass/libnpass.h @@ -21,7 +21,7 @@ struct store { pass_store_t type; }; -int readstore_all(const char *path, struct store **stor); +int pass_readstore_all(const char *path, struct store **stor); int pass_store_type(const char *spath); int pass_store_cmp(const void *vp1, const void *vp2); |