diff options
Diffstat (limited to 'include/libnpass')
-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); |