[svn] gpgme - r1382 - trunk/src

svn author marcus cvs at cvs.gnupg.org
Thu Jun 18 18:51:56 CEST 2009


Author: marcus
Date: 2009-06-18 18:51:56 +0200 (Thu, 18 Jun 2009)
New Revision: 1382

Modified:
   trunk/src/ChangeLog
   trunk/src/gpgme.def
   trunk/src/w32-io.c
Log:
2009-06-18  Marcus Brinkmann  <marcus at g10code.de>

	* gpgme.def: Fix stupid typo.
	* w32-io.c (_gpgme_io_pipe): Add missing declaration.


Modified: trunk/src/ChangeLog
===================================================================
--- trunk/src/ChangeLog	2009-06-18 13:41:48 UTC (rev 1381)
+++ trunk/src/ChangeLog	2009-06-18 16:51:56 UTC (rev 1382)
@@ -1,5 +1,8 @@
 2009-06-18  Marcus Brinkmann  <marcus at g10code.de>
 
+	* gpgme.def: Fix stupid typo.
+	* w32-io.c (_gpgme_io_pipe): Add missing declaration.
+
 	* gpgme.h.in (GPGME_CONF_PATHNAME): Remove obsolete macro.
 
 	* w32-io.c (_gpgme_io_pipe): Allocate reader/writer thread right

Modified: trunk/src/gpgme.def
===================================================================
--- trunk/src/gpgme.def	2009-06-18 13:41:48 UTC (rev 1381)
+++ trunk/src/gpgme.def	2009-06-18 16:51:56 UTC (rev 1382)
@@ -177,8 +177,8 @@
     gpgme_io_read                         @136
     gpgme_io_write                        @137
 
-    gpgme_release_ref                     @138
-    gpgme_release_unref                   @139
+    gpgme_result_ref                     @138
+    gpgme_result_unref                   @139
 
     gpgme_op_import_keys                  @140
     gpgme_op_import_keys_start            @141

Modified: trunk/src/w32-io.c
===================================================================
--- trunk/src/w32-io.c	2009-06-18 13:41:48 UTC (rev 1381)
+++ trunk/src/w32-io.c	2009-06-18 16:51:56 UTC (rev 1382)
@@ -863,6 +863,7 @@
     }
   else if (inherit_idx == 1)
     {
+      struct reader_context_s *ctx;
       HANDLE hd;
       if (!DuplicateHandle( GetCurrentProcess(), wh,
 			    GetCurrentProcess(), &hd, 0,




More information about the Gnupg-commits mailing list