From 76abb1451f3df749a79ea3f4f5be3bda717bb484 Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Tue, 31 Aug 2021 18:24:12 -0400 Subject: Bring pinentry into sync with current GPG git --- pinentry/password-cache.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'pinentry/password-cache.h') diff --git a/pinentry/password-cache.h b/pinentry/password-cache.h index 0bc8788..d7ccfee 100644 --- a/pinentry/password-cache.h +++ b/pinentry/password-cache.h @@ -14,7 +14,8 @@ General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, see . + along with this program; if not, see . + SPDX-License-Identifier: GPL-2.0+ */ #ifndef PASSWORD_CACHE_H @@ -22,7 +23,7 @@ void password_cache_save (const char *key_grip, const char *password); -char *password_cache_lookup (const char *key_grip); +char *password_cache_lookup (const char *key_grip, int *fatal_error); int password_cache_clear (const char *keygrip); -- cgit v1.2.3