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:
parent
ec0cc1f135
commit
d0a1816d7f
3 changed files with 59 additions and 12 deletions
|
@ -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 )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue