summaryrefslogtreecommitdiff
path: root/fedora/.local/bin/htop-vim/SysArchMeter.h
diff options
context:
space:
mode:
Diffstat (limited to 'fedora/.local/bin/htop-vim/SysArchMeter.h')
-rw-r--r--fedora/.local/bin/htop-vim/SysArchMeter.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/fedora/.local/bin/htop-vim/SysArchMeter.h b/fedora/.local/bin/htop-vim/SysArchMeter.h
new file mode 100644
index 0000000..50b3869
--- /dev/null
+++ b/fedora/.local/bin/htop-vim/SysArchMeter.h
@@ -0,0 +1,14 @@
+#ifndef HEADER_SysArchMeter
+#define HEADER_SysArchMeter
+/*
+htop - SysArchMeter.h
+(C) 2021 htop dev team
+Released under the GNU GPLv2+, see the COPYING file
+in the source distribution for its full text.
+*/
+#include "Meter.h"
+
+
+extern const MeterClass SysArchMeter_class;
+
+#endif