aboutsummaryrefslogtreecommitdiffstats
path: root/gpgme/ops.h
diff options
context:
space:
mode:
Diffstat (limited to 'gpgme/ops.h')
-rw-r--r--gpgme/ops.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/gpgme/ops.h b/gpgme/ops.h
index 49e1afe3..b3377a2d 100644
--- a/gpgme/ops.h
+++ b/gpgme/ops.h
@@ -28,9 +28,6 @@
void _gpgme_release_result (GpgmeCtx ctx);
void _gpgme_set_op_info (GpgmeCtx c, GpgmeData info);
-void _gpgme_op_event_cb (void *data, GpgmeEventIO type, void *type_data);
-void _gpgme_op_event_cb_user (void *data, GpgmeEventIO type, void *type_data);
-
/*-- wait.c --*/
GpgmeError _gpgme_wait_one (GpgmeCtx ctx);
GpgmeError _gpgme_wait_on_condition (GpgmeCtx ctx, volatile int *cond);
@@ -53,9 +50,6 @@ GpgmeError _gpgme_data_append_for_xml ( GpgmeData dh,
GpgmeError _gpgme_data_append_percentstring_for_xml ( GpgmeData dh,
const char *string );
-GpgmeError _gpgme_data_unread (GpgmeData dh,
- const char *buffer, size_t length );
-
GpgmeError _gpgme_data_inbound_handler (void *opaque, int fd);
GpgmeError _gpgme_data_outbound_handler (void *opaque, int fd);