mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-15 21:44:36 +03:00
Updates for new version of the MakeHeader.py script.
This commit is contained in:
@ -19,10 +19,8 @@ typedef struct CheckItem_ {
|
||||
bool* value;
|
||||
} CheckItem;
|
||||
|
||||
extern char* CHECKITEM_CLASS;
|
||||
}*/
|
||||
|
||||
/* private property */
|
||||
char* CHECKITEM_CLASS = "CheckItem";
|
||||
|
||||
CheckItem* CheckItem_new(char* text, bool* value) {
|
||||
|
Reference in New Issue
Block a user