From cda6bdd56b54f4ab9da15e559edce9591ef12ce1 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Thu, 27 Nov 2014 17:48:38 -0200 Subject: Add ProcessList_delete to the variable interface. --- ProcessList.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ProcessList.h') diff --git a/ProcessList.h b/ProcessList.h index 2bd5788a..916039c3 100644 --- a/ProcessList.h +++ b/ProcessList.h @@ -124,6 +124,7 @@ typedef struct ProcessList_ { } ProcessList; ProcessList* ProcessList_new(UsersTable* ut, Hashtable* pidWhiteList); +void ProcessList_delete(ProcessList* pl); void ProcessList_scan(ProcessList* pl); @@ -133,7 +134,7 @@ extern const char *ProcessList_treeStrUtf8[TREE_STR_COUNT]; ProcessList* ProcessList_init(ProcessList* this, UsersTable* usersTable, Hashtable* pidWhiteList); -void ProcessList_delete(ProcessList* this); +void ProcessList_done(ProcessList* this); void ProcessList_setPanel(ProcessList* this, Panel* panel); -- cgit v1.2.3