From 4ef64980fb74c82d923d9be595608cfad6d040d4 Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Thu, 25 Jul 2002 15:33:03 +0000 Subject: [PATCH] 2002-07-25 Marcus Brinkmann MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit * wait.c (fdt_global): Make static. Reported by St�phane Corth�sy. --- gpgme/ChangeLog | 5 +++++ gpgme/wait.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gpgme/ChangeLog b/gpgme/ChangeLog index 86df1c7..50802c5 100644 --- a/gpgme/ChangeLog +++ b/gpgme/ChangeLog @@ -1,3 +1,8 @@ +2002-07-25 Marcus Brinkmann + + * wait.c (fdt_global): Make static. Reported by Stéphane + Corthésy. + 2002-07-03 Marcus Brinkmann * gpgme.c (gpgme_set_io_cbs): Deal with CTX being NULL. diff --git a/gpgme/wait.c b/gpgme/wait.c index c73f486..0cb476e 100644 --- a/gpgme/wait.c +++ b/gpgme/wait.c @@ -35,7 +35,7 @@ #include "io.h" #include "engine.h" -struct fd_table fdt_global; +static struct fd_table fdt_global; static GpgmeCtx *ctx_done_list; static int ctx_done_list_size; -- 2.26.2