summaryrefslogtreecommitdiffstats
path: root/DateTimeMeter.h
diff options
context:
space:
mode:
authorMichael F. Schönitzer <michael@schoenitzer.de>2020-10-05 13:52:58 +0200
committerGitHub <noreply@github.com>2020-10-05 13:52:58 +0200
commitd93cac12be1a7a580e338c6fa80286bfa703ffc6 (patch)
tree93d613adc2f698b8bb03c799072c3d4ee8330250 /DateTimeMeter.h
parentffd90c28ab55a2cdbbd5c3b8130e0462a24af8a8 (diff)
Add a date and datetime meter (#159)
Add a date meter and sort header and source files in Makefile Change the lists of header and source files sorted alphabetical and one file per line. This way diffs become better readable and merges easier.
Diffstat (limited to 'DateTimeMeter.h')
-rw-r--r--DateTimeMeter.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/DateTimeMeter.h b/DateTimeMeter.h
new file mode 100644
index 00000000..6d1e3a68
--- /dev/null
+++ b/DateTimeMeter.h
@@ -0,0 +1,16 @@
+#ifndef HEADER_DateTimeMeter
+#define HEADER_DateTimeMeter
+/*
+htop - DateTimeMeter.h
+(C) 2004-2011 Hisham H. Muhammad
+Released under the GNU GPL, see the COPYING file
+in the source distribution for its full text.
+*/
+
+#include "Meter.h"
+
+extern int DateTimeMeter_attributes[];
+
+extern MeterClass DateTimeMeter_class;
+
+#endif

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