mirror of https://github.com/xzeldon/htop.git
Update generated headers.
This commit is contained in:
parent
21da044fb4
commit
301c346c85
|
@ -11,8 +11,8 @@ in the source distribution for its full text.
|
|||
*/
|
||||
|
||||
#include "Action.h"
|
||||
#include "SignalsPanel.h"
|
||||
#include "BatteryMeter.h"
|
||||
#include "SignalsPanel.h"
|
||||
|
||||
extern ProcessFieldData Process_fields[];
|
||||
|
||||
|
@ -68,4 +68,6 @@ void Platform_setSwapValues(Meter* this);
|
|||
|
||||
void Platform_setTasksValues(Meter* this);
|
||||
|
||||
char* Platform_getProcessEnv(pid_t pid);
|
||||
|
||||
#endif
|
||||
|
|
|
@ -41,5 +41,6 @@ void Platform_setSwapValues(Meter* this);
|
|||
|
||||
bool Process_isThread(Process* this);
|
||||
|
||||
char* Platform_getProcessEnv(pid_t pid);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue