summaryrefslogtreecommitdiffstats
path: root/ProcessList.h
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2015-04-09 15:40:27 -0300
committerHisham Muhammad <hisham@gobolinux.org>2015-04-09 15:40:46 -0300
commitb291fba02b8d9bb52cd8a23ef5fffbba4f89ff0a (patch)
tree9ed44e15202cd6a8d1e5191c537e61f3101931bb /ProcessList.h
parentdc4576d327b6953e38ea21fc9ef0898640d65d99 (diff)
Fixes to use platform-specific compare routines.
Diffstat (limited to 'ProcessList.h')
-rw-r--r--ProcessList.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ProcessList.h b/ProcessList.h
index e00585fd..f96481ea 100644
--- a/ProcessList.h
+++ b/ProcessList.h
@@ -67,7 +67,7 @@ void ProcessList_delete(ProcessList* pl);
void ProcessList_goThroughEntries(ProcessList* pl);
-ProcessList* ProcessList_init(ProcessList* this, UsersTable* usersTable, Hashtable* pidWhiteList, uid_t userId);
+ProcessList* ProcessList_init(ProcessList* this, ObjectClass* klass, UsersTable* usersTable, Hashtable* pidWhiteList, uid_t userId);
void ProcessList_done(ProcessList* this);

© 2014-2024 Faster IT GmbH | imprint | privacy policy