From d744dac7ee6a651670387b6cc83878ef82202839 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Wed, 7 Oct 2020 17:18:02 +0200 Subject: Add SELinuxMeter --- linux/SELinuxMeter.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 linux/SELinuxMeter.h (limited to 'linux/SELinuxMeter.h') diff --git a/linux/SELinuxMeter.h b/linux/SELinuxMeter.h new file mode 100644 index 00000000..02362bf1 --- /dev/null +++ b/linux/SELinuxMeter.h @@ -0,0 +1,14 @@ +#ifndef HEADER_SELinuxMeter +#define HEADER_SELinuxMeter +/* +htop - SELinuxMeter.h +(C) 2020 Christian Goettsche +Released under the GNU GPLv2, see the COPYING file +in the source distribution for its full text. +*/ + +#include "Meter.h" + +extern const MeterClass SELinuxMeter_class; + +#endif /* HEADER_SELinuxMeter */ -- cgit v1.2.3