From 70e7c8db592408f45b958238d4bbf0048886f6fc Mon Sep 17 00:00:00 2001 From: David Hunt Date: Sun, 12 Jul 2015 13:47:43 -0500 Subject: Added darwin with working battery meter --- darwin/DarwinProcess.h | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 darwin/DarwinProcess.h (limited to 'darwin/DarwinProcess.h') diff --git a/darwin/DarwinProcess.h b/darwin/DarwinProcess.h new file mode 100644 index 00000000..201650d5 --- /dev/null +++ b/darwin/DarwinProcess.h @@ -0,0 +1,22 @@ +/* Do not edit this file. It was automatically generated. */ + +#ifndef HEADER_DarwinProcess +#define HEADER_DarwinProcess +/* +htop - DarwinProcess.h +(C) 2015 Hisham H. Muhammad +Released under the GNU GPL, see the COPYING file +in the source distribution for its full text. +*/ + +#include "Settings.h" + +#define Process_delete DarwinProcess_delete + + +Process* DarwinProcess_new(Settings* settings); + +void DarwinProcess_delete(Object* cast); + + +#endif -- cgit v1.2.3