From 68c5a4cc9ee5aff617b5e80abe1bd3dcb68e3052 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Thu, 18 Apr 2024 07:15:34 +0530 Subject: libnpass: readstore_all -> pass_readstore_all --- include/libnpass/libnpass.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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); -- cgit v1.2.3