Files moved and added for supporting separate platforms.

This commit is contained in:
Hisham Muhammad
2014-11-24 18:55:49 -02:00
parent eb229d9aef
commit 26422af608
14 changed files with 966 additions and 0 deletions

View File

@ -0,0 +1,18 @@
/* 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.
*/
ProcessList* ProcessList_new(UsersTable* usersTable, Hashtable* pidWhiteList);
void ProcessList_scan(ProcessList* this);
#endif