mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-15 21:44:36 +03:00
search and filter for the strace and lsof screens!
This commit is contained in:
@ -26,7 +26,7 @@ extern char* LISTITEM_CLASS;
|
||||
|
||||
ListItem* ListItem_new(const char* value, int key);
|
||||
|
||||
void ListItem_append(ListItem* this, char* text);
|
||||
void ListItem_append(ListItem* this, const char* text);
|
||||
|
||||
const char* ListItem_getRef(ListItem* this);
|
||||
|
||||
|
Reference in New Issue
Block a user