summaryrefslogtreecommitdiffstats
path: root/unsupported/UnsupportedProcessList.h
diff options
context:
space:
mode:
Diffstat (limited to 'unsupported/UnsupportedProcessList.h')
-rw-r--r--unsupported/UnsupportedProcessList.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/unsupported/UnsupportedProcessList.h b/unsupported/UnsupportedProcessList.h
index d95c8e5c..ac9d99fe 100644
--- a/unsupported/UnsupportedProcessList.h
+++ b/unsupported/UnsupportedProcessList.h
@@ -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