summaryrefslogtreecommitdiffstats
path: root/Vector.h
diff options
context:
space:
mode:
authorNathan Scott <nathans@redhat.com>2020-08-26 10:15:00 +1000
committerNathan Scott <nathans@redhat.com>2020-08-26 10:39:43 +1000
commit728b04bbb5667291f1e56058240fcd7e03cbfe74 (patch)
treead199ce3a3303e723eb9332aa6cb847b9530084a /Vector.h
parentd0f31ede5624ed2f35ca25043f6a28adfe3bc171 (diff)
Merge branch 'ci-hwloc-job' of https://github.com/bertwesarg/htop into bertwesarg-ci-hwloc-job
Diffstat (limited to 'Vector.h')
-rw-r--r--Vector.h2
1 files changed, 2 insertions, 0 deletions
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

© 2014-2024 Faster IT GmbH | imprint | privacy policy