Added a function to remove an item from the generic list, which is mainly used for the tokens.
This commit is contained in:
@@ -16,6 +16,7 @@ typedef struct {
|
||||
|
||||
List* CreateList(void);
|
||||
int AddListItem(void *, List *);
|
||||
void RemoveItem(int index, List * list);
|
||||
void DestroyList(List*);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user