From d0a1816d7fc4853bb89f5bf387d25d5e3bc25c08 Mon Sep 17 00:00:00 2001 From: David Shaw Date: Thu, 30 Sep 2004 14:26:36 +0000 Subject: * 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. --- util/iobuf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/iobuf.c') 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 ) { -- cgit