diff --git a/gpgme/ChangeLog b/gpgme/ChangeLog index 86df1c7e..50802c57 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 c73f4868..0cb476e6 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;