mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
Use typedef names instead of raw struct ones
This commit is contained in:
@ -430,7 +430,7 @@ const ProcessClass Process_class = {
|
||||
.getCommandStr = Process_getCommandStr,
|
||||
};
|
||||
|
||||
void Process_init(Process* this, const struct Settings_* settings) {
|
||||
void Process_init(Process* this, const Settings* settings) {
|
||||
this->settings = settings;
|
||||
this->tag = false;
|
||||
this->showChildren = true;
|
||||
|
Reference in New Issue
Block a user