htop/linux
Christian Göttsche 4296e74ada Include prototype in Battery implementation
linux/Battery.c:291:6: warning: no previous prototype for function 'Battery_getData' [-Wmissing-prototypes]
void Battery_getData(double* level, ACPresence* isOnAC) {
     ^
2020-09-24 20:14:17 +02:00
..
Battery.c Include prototype in Battery implementation 2020-09-24 20:14:17 +02:00
Battery.h Include prototype in Battery implementation 2020-09-24 20:14:17 +02:00
IOPriority.h Further, minor cleanups to headers post-MakeHeaders 2020-09-08 17:33:50 +10:00
IOPriorityPanel.c Axe automated header generation. 2020-09-03 11:58:58 -05:00
IOPriorityPanel.h Remove superfluous 'extern's from function declarations. 2020-09-03 11:59:26 -05:00
LinuxCRT.c Mark noreturn functions 2020-09-18 12:28:40 +02:00
LinuxCRT.h Mark noreturn functions 2020-09-18 12:28:40 +02:00
LinuxProcess.c Update delay accounting to use NAN on error 2020-09-24 18:06:36 +02:00
LinuxProcess.h Add Linux process column for context switches 2020-09-17 21:53:15 +02:00
LinuxProcessList.c Read CPU frequency from sysfs by default 2020-09-24 20:11:28 +02:00
LinuxProcessList.h Switch variable/field naming from WhiteList to MatchList 2020-09-09 19:38:15 +10:00
Platform.c Use PROCDIR throughout instead of /proc on Linux 2020-09-17 21:44:27 +02:00
Platform.h Use strict function prototypes 2020-09-18 12:28:40 +02:00
PressureStallMeter.c Merge branch 'hishamhm-pull-890' 2020-08-20 14:00:13 +10:00
PressureStallMeter.h Merge branch 'hishamhm-pull-890' 2020-08-20 14:00:13 +10:00