From 728b04bbb5667291f1e56058240fcd7e03cbfe74 Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Wed, 26 Aug 2020 10:15:00 +1000 Subject: Merge branch 'ci-hwloc-job' of https://github.com/bertwesarg/htop into bertwesarg-ci-hwloc-job --- Vector.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Vector.h') diff --git a/Vector.h b/Vector.h index b48c8363..0d9f1c2c 100644 --- a/Vector.h +++ b/Vector.h @@ -88,4 +88,6 @@ extern void Vector_add(Vector* this, void* data_); extern int Vector_indexOf(Vector* this, void* search_, Object_Compare compare); +void Vector_splice(Vector* this, Vector* from); + #endif -- cgit v1.2.3