aboutsummaryrefslogtreecommitdiffstats
path: root/gpgme/ops.h
diff options
context:
space:
mode:
Diffstat (limited to 'gpgme/ops.h')
-rw-r--r--gpgme/ops.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/gpgme/ops.h b/gpgme/ops.h
index ffc2bdbe..d1131604 100644
--- a/gpgme/ops.h
+++ b/gpgme/ops.h
@@ -119,16 +119,6 @@ GpgmeError _gpgme_progress_status_handler (GpgmeCtx ctx, GpgmeStatusCode code,
char *args);
-/* From key-cache.c. */
-
-/* Acquire a reference to KEY and add it to the key cache. */
-void _gpgme_key_cache_add (GpgmeKey key);
-
-/* Look up a key with fingerprint FPR in the key cache. If such a key
- is found, a reference is acquired for it and it is returned.
- Otherwise, NULL is returned. */
-GpgmeKey _gpgme_key_cache_get (const char *fpr);
-
/*-- keylist.c --*/
void _gpgme_op_keylist_event_cb (void *data, GpgmeEventIO type, void *type_data);