Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 242572 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +5 lines)
Line  Link Here
0
-- gpgme/gpgme.h
0
++ gpgme/gpgme.h
Lines 1117-1122 Link Here
1117
1117
1118
/* Crypto Operations.  */
1118
/* Crypto Operations.  */
1119
1119
1120
gpgme_error_t _gpgme_cancel_with_err (gpgme_ctx_t ctx, gpg_error_t ctx_err);
1121
1120
/* Cancel a pending asynchronous operation.  */
1122
/* Cancel a pending asynchronous operation.  */
1121
gpgme_error_t gpgme_cancel (gpgme_ctx_t ctx);
1123
gpgme_error_t gpgme_cancel (gpgme_ctx_t ctx);
1122
1124
1123
-- gpgme/wait-global.c
1125
++ gpgme/wait-global.c
Lines 202-208 Link Here
202
	if (err)
202
	if (err)
203
	  /* An error occured.  Close all fds in this context, and
203
	  /* An error occured.  Close all fds in this context, and
204
	     send the error in a done event.  */
204
	     send the error in a done event.  */
205
	  _gpgme_cancel_with_err (ctx, &err);
205
	  _gpgme_cancel_with_err (ctx, err);
206
      }
206
      }
207
      break;
207
      break;
208
208

Return to bug 242572