diff options
author | Neal H. Walfield <[email protected]> | 2015-10-29 08:58:02 +0000 |
---|---|---|
committer | Neal H. Walfield <[email protected]> | 2015-10-29 09:10:41 +0000 |
commit | ef052591ba51ee16bafc3c5b79d837ed8f01b520 (patch) | |
tree | 592417b6bc1fa88cb6d5c499fcc714705b06c554 | |
parent | gpg: Eliminate a memory leak. (diff) | |
download | gnupg-ef052591ba51ee16bafc3c5b79d837ed8f01b520.tar.gz gnupg-ef052591ba51ee16bafc3c5b79d837ed8f01b520.zip |
gpg: Remove unused prototype.
g10/keyring.h (keyring_locate_writable): Remove unused prototype.
--
Signed-off-by: Neal H. Walfield <[email protected]>
-rw-r--r-- | g10/keyring.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/g10/keyring.h b/g10/keyring.h index 1469b7040..d97bd4c21 100644 --- a/g10/keyring.h +++ b/g10/keyring.h @@ -36,7 +36,6 @@ int keyring_lock (KEYRING_HANDLE hd, int yes); int keyring_get_keyblock (KEYRING_HANDLE hd, KBNODE *ret_kb); int keyring_update_keyblock (KEYRING_HANDLE hd, KBNODE kb); int keyring_insert_keyblock (KEYRING_HANDLE hd, KBNODE kb); -int keyring_locate_writable (KEYRING_HANDLE hd); int keyring_delete_keyblock (KEYRING_HANDLE hd); int keyring_search_reset (KEYRING_HANDLE hd); int keyring_search (KEYRING_HANDLE hd, KEYDB_SEARCH_DESC *desc, |