aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorVolodymyr Babchuk <vlad.babchuk@gmail.com>2018-02-02 22:23:04 +0200
committerJérôme Forissier <jerome.forissier@linaro.org>2018-07-04 17:51:52 +0200
commit0135712b7922f0258360ca27fc6266e95a9d6221 (patch)
tree19d63161cc1a7032cf36cebbe00f409e90eeadb5 /lib
parent6de30696854249a4a57a0c86401a0eccd6af3c8a (diff)
bget: remove unused parameter for bufdump()
bufdump() function does not need poolset to work Signed-off-by: Volodymyr Babchuk <vlad.babchuk@gmail.com> Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>
Diffstat (limited to 'lib')
-rw-r--r--lib/libutils/isoc/bget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libutils/isoc/bget.h b/lib/libutils/isoc/bget.h
index e00d1a88..941647db 100644
--- a/lib/libutils/isoc/bget.h
+++ b/lib/libutils/isoc/bget.h
@@ -43,6 +43,6 @@ void bstats _((bufsize *curalloc, bufsize *totfree, bufsize *maxfree,
void bstatse _((bufsize *pool_incr, long *npool, long *npget,
long *nprel, long *ndget, long *ndrel,
struct bpoolset *poolset));
-void bufdump _((void *buf, struct bpoolset *poolset));
+void bufdump _((void *buf));
void bpoold _((void *pool, int dumpalloc, int dumpfree));
int bpoolv _((void *pool));