1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

* 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.
This commit is contained in:
David Shaw 2004-09-30 14:26:36 +00:00
parent ec0cc1f135
commit d0a1816d7f
3 changed files with 59 additions and 12 deletions

View file

@ -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 )
{