UnsupportedProcessList.h 558 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
/* Do not edit this file. It was automatically generated. */

#ifndef HEADER_UnsupportedProcessList
#define HEADER_UnsupportedProcessList
/*
htop - UnsupportedProcessList.h
(C) 2014 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/



David Hunt's avatar
David Hunt committed
14
ProcessList* ProcessList_new(UsersTable* usersTable, Hashtable* pidWhiteList, uid_t userId);
15

16
17
void ProcessList_delete(ProcessList* this);

David Hunt's avatar
David Hunt committed
18
19
20
void ProcessList_goThroughEntries(ProcessList* super);

void UnsupportedProcessList_scan(ProcessList* this);
21
22

#endif