summaryrefslogtreecommitdiffstats
path: root/freebsd/Platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/Platform.h')
-rw-r--r--freebsd/Platform.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/freebsd/Platform.h b/freebsd/Platform.h
index 65a31993..dc468b81 100644
--- a/freebsd/Platform.h
+++ b/freebsd/Platform.h
@@ -3,7 +3,7 @@
#ifndef HEADER_Platform
#define HEADER_Platform
/*
-htop - unsupported/Platform.h
+htop - freebsd/Platform.h
(C) 2014 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
@@ -13,5 +13,7 @@ in the source distribution for its full text.
void Platform_setBindings(Htop_Action* keys);
+extern MeterClass* Platform_meterTypes[];
+
#endif