summaryrefslogtreecommitdiffstats
path: root/Vector.h
diff options
context:
space:
mode:
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