mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-13 20:44:35 +03:00
Updates for new version of the MakeHeader.py script.
This commit is contained in:
@ -21,10 +21,8 @@ typedef struct ListItem_ {
|
||||
int key;
|
||||
} ListItem;
|
||||
|
||||
extern char* LISTITEM_CLASS;
|
||||
}*/
|
||||
|
||||
/* private property */
|
||||
char* LISTITEM_CLASS = "ListItem";
|
||||
|
||||
ListItem* ListItem_new(char* value, int key) {
|
||||
|
Reference in New Issue
Block a user