mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-13 04:34:35 +03:00
Clean up headers by using 'static' whenever possible.
Reduces resulting code size.
This commit is contained in:
@ -14,6 +14,4 @@ Panel* AffinityPanel_new(int processorCount, unsigned long mask);
|
||||
|
||||
unsigned long AffinityPanel_getAffinity(Panel* this);
|
||||
|
||||
HandlerResult AffinityPanel_eventHandler(Panel* this, int ch);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user