summaryrefslogtreecommitdiffstats
path: root/openbsd/Platform.h
diff options
context:
space:
mode:
authorMichael McConville <mmcconville@mykolab.com>2015-10-06 11:25:16 -0400
committerMichael McConville <mmcconville@mykolab.com>2015-10-06 11:25:16 -0400
commit77f12bbecdce2a27a2cbc504da6977cf25b351ea (patch)
tree345c8ba18056ec69fa874b2f7ee5474227a4bbf3 /openbsd/Platform.h
parent3fe2f3e28ec183c4cbab112aaf3689ba843a5c5c (diff)
Add OpenBSD signals
Diffstat (limited to 'openbsd/Platform.h')
-rw-r--r--openbsd/Platform.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/openbsd/Platform.h b/openbsd/Platform.h
index f44fea2d..971c7bf5 100644
--- a/openbsd/Platform.h
+++ b/openbsd/Platform.h
@@ -12,6 +12,7 @@ in the source distribution for its full text.
#include "Action.h"
#include "BatteryMeter.h"
+#include "SignalsPanel.h"
extern ProcessFieldData Process_fields[];
@@ -35,6 +36,10 @@ extern ProcessField Platform_defaultFields[];
extern int Platform_numberOfFields;
+extern SignalItem Platform_signals[];
+
+extern unsigned int Platform_numberOfSignals;
+
void Platform_setBindings(Htop_Action* keys);
extern MeterClass* Platform_meterTypes[];

© 2014-2024 Faster IT GmbH | imprint | privacy policy