Unsupported: pass compilation

This commit is contained in:
Christian Göttsche
2021-01-28 18:19:38 +01:00
committed by cgzones
parent bd694c0ce6
commit 3acf28c259
6 changed files with 95 additions and 21 deletions

View File

@ -7,6 +7,9 @@ Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text.
*/
#include "ProcessList.h"
ProcessList* ProcessList_new(UsersTable* usersTable, Hashtable* pidMatchList, uid_t userId);
void ProcessList_delete(ProcessList* this);