mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
Regenerated all headers.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
/* Do not edit this file. It was automatically genarated. */
|
||||
/* Do not edit this file. It was automatically generated. */
|
||||
|
||||
#ifndef HEADER_CheckItem
|
||||
#define HEADER_CheckItem
|
||||
@ -21,8 +21,8 @@ typedef struct CheckItem_ {
|
||||
bool* value;
|
||||
} CheckItem;
|
||||
|
||||
extern char* CHECKITEM_CLASS;
|
||||
|
||||
extern char* CHECKITEM_CLASS;
|
||||
|
||||
CheckItem* CheckItem_new(char* text, bool* value);
|
||||
|
||||
|
Reference in New Issue
Block a user