summaryrefslogtreecommitdiffstats
path: root/freebsd/Platform.h
diff options
context:
space:
mode:
authorHisham <hisham@gobolinux.org>2016-08-30 12:38:12 -0300
committerHisham <hisham@gobolinux.org>2016-08-30 12:38:12 -0300
commit6d4df3d138cefc3312235f451620f342cc97a136 (patch)
tree5ecabc21e11e1d1b76e3b6a020cf10173cb7fa02 /freebsd/Platform.h
parentd4a8023b7236c6fbd2e8f03adf2e1c1c2c823cfb (diff)
parent99f7ff9bd25528834423fe8f7a317600d61266a5 (diff)
Merge branch 'master' of https://github.com/hishamhm/htop
Diffstat (limited to 'freebsd/Platform.h')
-rw-r--r--freebsd/Platform.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/freebsd/Platform.h b/freebsd/Platform.h
index ecc0dcd4..1735e7e3 100644
--- a/freebsd/Platform.h
+++ b/freebsd/Platform.h
@@ -24,9 +24,9 @@ extern ProcessField Platform_defaultFields[];
extern int Platform_numberOfFields;
-extern SignalItem Platform_signals[];
+extern const SignalItem Platform_signals[];
-extern unsigned int Platform_numberOfSignals;
+extern const unsigned int Platform_numberOfSignals;
void Platform_setBindings(Htop_Action* keys);