Add ProcessList_delete to the variable interface.

This commit is contained in:
Hisham Muhammad
2014-11-27 17:48:38 -02:00
parent ff4d1b466f
commit cda6bdd56b
5 changed files with 16 additions and 3 deletions

View File

@ -13,6 +13,8 @@ in the source distribution for its full text.
ProcessList* ProcessList_new(UsersTable* usersTable, Hashtable* pidWhiteList);
void ProcessList_delete(ProcessList* this);
void ProcessList_scan(ProcessList* this);
#endif