From ea859f50d9438bc61ae96721a4d255b49de78653 Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Mon, 11 Apr 2016 13:00:20 +0200 Subject: Imported Upstream version 0.6.2 --- SwapMeter.h | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) (limited to 'SwapMeter.h') diff --git a/SwapMeter.h b/SwapMeter.h index 5071ef6..f9be990 100644 --- a/SwapMeter.h +++ b/SwapMeter.h @@ -1,10 +1,10 @@ -/* Do not edit this file. It was automatically genarated. */ +/* Do not edit this file. It was automatically generated. */ #ifndef HEADER_SwapMeter #define HEADER_SwapMeter /* htop -(C) 2004 Hisham H. Muhammad +(C) 2004-2006 Hisham H. Muhammad Released under the GNU GPL, see the COPYING file in the source distribution for its full text. */ @@ -23,17 +23,8 @@ in the source distribution for its full text. #include -typedef struct SwapMeter_ SwapMeter; -struct SwapMeter_ { - Meter super; - ProcessList* pl; -}; - - -SwapMeter* SwapMeter_new(ProcessList* pl); - -void SwapMeter_setValues(Meter* cast); +void SwapMeter_setValues(Meter* this, char* buffer, int len); void SwapMeter_display(Object* cast, RichString* out); -- cgit v1.2.3