Unsupported: update platform

This commit is contained in:
Christian Göttsche
2021-08-24 20:23:03 +02:00
parent ec2307688e
commit 0679e9f45e
4 changed files with 2 additions and 9 deletions

View File

@ -10,7 +10,7 @@ in the source distribution for its full text.
#include "ProcessList.h"
ProcessList* ProcessList_new(UsersTable* usersTable, Hashtable* dynamicMeters, Hashtable* pidMatchList, uid_t userId);
ProcessList* ProcessList_new(UsersTable* usersTable, Hashtable* dynamicMeters, Hashtable* dynamicColumns, Hashtable* pidMatchList, uid_t userId);
void ProcessList_delete(ProcessList* this);