summaryrefslogtreecommitdiffstats
path: root/tests/libqos/malloc-spapr.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libqos/malloc-spapr.h')
-rw-r--r--tests/libqos/malloc-spapr.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/libqos/malloc-spapr.h b/tests/libqos/malloc-spapr.h
index 52a9346a26..e5fe9bfc4b 100644
--- a/tests/libqos/malloc-spapr.h
+++ b/tests/libqos/malloc-spapr.h
@@ -10,8 +10,6 @@
#include "libqos/malloc.h"
-QGuestAllocator *spapr_alloc_init(void);
-QGuestAllocator *spapr_alloc_init_flags(QTestState *qts, QAllocOpts flags);
-void spapr_alloc_uninit(QGuestAllocator *allocator);
+void spapr_alloc_init(QGuestAllocator *s, QTestState *qts, QAllocOpts flags);
#endif