2002-07-25 Marcus Brinkmann <marcus@g10code.de>

* wait.c (fdt_global): Make static.  Reported by St�phane
	Corth�sy.
This commit is contained in:
Marcus Brinkmann 2002-07-25 15:33:03 +00:00
parent 07f4264a5e
commit 4ef64980fb
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2002-07-25 Marcus Brinkmann <marcus@g10code.de>
* wait.c (fdt_global): Make static. Reported by Stéphane
Corthésy.
2002-07-03 Marcus Brinkmann <marcus@g10code.de> 2002-07-03 Marcus Brinkmann <marcus@g10code.de>
* gpgme.c (gpgme_set_io_cbs): Deal with CTX being NULL. * gpgme.c (gpgme_set_io_cbs): Deal with CTX being NULL.

View File

@ -35,7 +35,7 @@
#include "io.h" #include "io.h"
#include "engine.h" #include "engine.h"
struct fd_table fdt_global; static struct fd_table fdt_global;
static GpgmeCtx *ctx_done_list; static GpgmeCtx *ctx_done_list;
static int ctx_done_list_size; static int ctx_done_list_size;