mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
changes for htop 0.8.2
This commit is contained in:
@ -37,7 +37,7 @@ extern char* FUNCTIONBAR_CLASS;
|
||||
#define FUNCTIONBAR_CLASS NULL
|
||||
#endif
|
||||
|
||||
FunctionBar* FunctionBar_new(int size, char** functions, char** keys, int* events);
|
||||
FunctionBar* FunctionBar_new(char** functions, char** keys, int* events);
|
||||
|
||||
void FunctionBar_delete(Object* cast);
|
||||
|
||||
|
Reference in New Issue
Block a user