mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-15 21:44:36 +03:00
warning fixes
This commit is contained in:
@ -30,7 +30,7 @@ extern char* LISTITEM_CLASS;
|
||||
#define LISTITEM_CLASS NULL
|
||||
#endif
|
||||
|
||||
ListItem* ListItem_new(char* value, int key);
|
||||
ListItem* ListItem_new(const char* value, int key);
|
||||
|
||||
void ListItem_append(ListItem* this, char* text);
|
||||
|
||||
|
Reference in New Issue
Block a user