summaryrefslogtreecommitdiffstats
path: root/Vector.h
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2012-11-10 00:31:37 +0000
committerHisham Muhammad <hisham@gobolinux.org>2012-11-10 00:31:37 +0000
commit2a73405cd060b543d56987650327b18078a137d7 (patch)
tree3f20c358aea5787d4ea79d52c08d0bd591751def /Vector.h
parent259e1a29384003c0c4ac6c84a499c0e05f789a90 (diff)
search and filter for the strace and lsof screens!
Diffstat (limited to 'Vector.h')
-rw-r--r--Vector.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Vector.h b/Vector.h
index 24e2976c..dc3361a2 100644
--- a/Vector.h
+++ b/Vector.h
@@ -23,12 +23,12 @@ typedef struct Vector_ {
int arraySize;
int growthRate;
int items;
- char* vectorType;
+ char* type;
bool owner;
} Vector;
-Vector* Vector_new(char* vectorType_, bool owner, int size, Object_Compare compare);
+Vector* Vector_new(char* type, bool owner, int size, Object_Compare compare);
void Vector_delete(Vector* this);

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