diff options
author | Marcus Brinkmann <[email protected]> | 2009-06-18 16:51:56 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2009-06-18 16:51:56 +0000 |
commit | e6ff9579ba131e4ef95233285da94b2d48208bc1 (patch) | |
tree | 81b87923f0e0ab1029f5bb6f60cc272af87de276 /src/w32-io.c | |
parent | 2009-06-18 Marcus Brinkmann <[email protected]> (diff) | |
download | gpgme-e6ff9579ba131e4ef95233285da94b2d48208bc1.tar.gz gpgme-e6ff9579ba131e4ef95233285da94b2d48208bc1.zip |
2009-06-18 Marcus Brinkmann <[email protected]>
* gpgme.def: Fix stupid typo.
* w32-io.c (_gpgme_io_pipe): Add missing declaration.
Diffstat (limited to 'src/w32-io.c')
-rw-r--r-- | src/w32-io.c | 1 |
1 files changed, 1 insertions, 0 deletions
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, |