summaryrefslogtreecommitdiff
path: root/lib/libutils/isoc/bget.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libutils/isoc/bget.h')
-rw-r--r--lib/libutils/isoc/bget.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libutils/isoc/bget.h b/lib/libutils/isoc/bget.h
index 941647db..8071639c 100644
--- a/lib/libutils/isoc/bget.h
+++ b/lib/libutils/isoc/bget.h
@@ -17,6 +17,7 @@
*/
+
#ifndef _
#ifdef PROTOTYPES
#define _(x) x /* If compiler knows prototypes */
@@ -33,7 +34,7 @@ void *bget _((bufsize size, struct bpoolset *poolset));
void *bgetz _((bufsize size, struct bpoolset *poolset));
void *bgetr _((void *buffer, bufsize newsize,
struct bpoolset *poolset));
-void brel _((void *buf, struct bpoolset *poolset));
+void brel _((void *buf, struct bpoolset *poolset, int wipe));
void bectl _((int (*compact)(bufsize sizereq, int sequence),
void *(*acquire)(bufsize size),
void (*release)(void *buf), bufsize pool_incr,