diff options
author | David Shaw <[email protected]> | 2004-09-30 14:26:36 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2004-09-30 14:26:36 +0000 |
commit | d0a1816d7fc4853bb89f5bf387d25d5e3bc25c08 (patch) | |
tree | a054766f510db404bc312d98afd5de755048f850 /util/iobuf.c | |
parent | * mpicoder.c (mpi_read): If we must fail due to a oversize (generally (diff) | |
download | gnupg-d0a1816d7fc4853bb89f5bf387d25d5e3bc25c08.tar.gz gnupg-d0a1816d7fc4853bb89f5bf387d25d5e3bc25c08.zip |
* iobuf.c (pop_filter): Make static.
* dotlock.c (destroy_dotlock): New. Remove the handle from the list of
locks. (release_dotlock): Don't act if we don't have any locks at all.
From Werner on stable branch.
Diffstat (limited to 'util/iobuf.c')
-rw-r--r-- | util/iobuf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/iobuf.c b/util/iobuf.c index b00188bcf..1a97e564f 100644 --- a/util/iobuf.c +++ b/util/iobuf.c @@ -1354,7 +1354,7 @@ iobuf_push_filter2( IOBUF a, /**************** * Remove an i/o filter. */ -int +static int pop_filter( IOBUF a, int (*f)(void *opaque, int control, IOBUF chain, byte *buf, size_t *len), void *ov ) { |