From e6ff9579ba131e4ef95233285da94b2d48208bc1 Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Thu, 18 Jun 2009 16:51:56 +0000 Subject: 2009-06-18 Marcus Brinkmann * gpgme.def: Fix stupid typo. * w32-io.c (_gpgme_io_pipe): Add missing declaration. --- src/w32-io.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/w32-io.c') diff --git a/src/w32-io.c b/src/w32-io.c index 67a02bba..f87db121 100644 --- a/src/w32-io.c +++ b/src/w32-io.c @@ -863,6 +863,7 @@ _gpgme_io_pipe (int filedes[2], int inherit_idx) } else if (inherit_idx == 1) { + struct reader_context_s *ctx; HANDLE hd; if (!DuplicateHandle( GetCurrentProcess(), wh, GetCurrentProcess(), &hd, 0, -- cgit v1.2.3