summaryrefslogtreecommitdiffstats
path: root/Vector.h
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2008-03-09 08:58:38 +0000
committerHisham Muhammad <hisham@gobolinux.org>2008-03-09 08:58:38 +0000
commitda23c8c5a188324455c8f417293c10d85f65cb63 (patch)
treed7a4b8cb0af705de6650e20e00ba3da04d84b27f /Vector.h
parent12f4f09e6ed288bdedc86e4ef22f3cc34f0e787a (diff)
Clean up headers by using 'static' whenever possible.
Reduces resulting code size.
Diffstat (limited to 'Vector.h')
-rw-r--r--Vector.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/Vector.h b/Vector.h
index 209da0e5..b8010bfc 100644
--- a/Vector.h
+++ b/Vector.h
@@ -65,12 +65,16 @@ extern Object* Vector_get(Vector* this, int index);
extern int Vector_size(Vector* this);
-void Vector_merge(Vector* this, Vector* v2);
+/*
+
+*/
void Vector_add(Vector* this, void* data_);
extern int Vector_indexOf(Vector* this, void* search_, Object_Compare compare);
-void Vector_foreach(Vector* this, Vector_procedure f);
+/*
+
+*/
#endif

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