mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
search and filter for the strace and lsof screens!
This commit is contained in:
4
Vector.h
4
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);
|
||||
|
||||
|
Reference in New Issue
Block a user