mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-13 04:34:35 +03:00
Builds on Linux again!
This commit is contained in:
3
Action.h
3
Action.h
@ -36,7 +36,10 @@ typedef struct State_ {
|
||||
typedef bool(*Action_ForeachProcessFn)(Process*, size_t);
|
||||
|
||||
|
||||
int Action_selectedPid(Panel* panel);
|
||||
|
||||
bool Action_foreachProcess(Panel* panel, Action_ForeachProcessFn fn, int arg, bool* wasAnyTagged);
|
||||
|
||||
Object* Action_pickFromVector(Panel* panel, Panel* list, int x, const char** keyLabels, Header* header);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user