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:
parent
07f4264a5e
commit
4ef64980fb
@ -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.
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user