From 8915b293957ccaad902c190e9e2aca27eb6f8180 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Thu, 27 Nov 2014 16:27:34 -0200 Subject: Beginnings of FreeBSD port! --- freebsd/FreeBSDProcessList.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 freebsd/FreeBSDProcessList.h (limited to 'freebsd/FreeBSDProcessList.h') diff --git a/freebsd/FreeBSDProcessList.h b/freebsd/FreeBSDProcessList.h new file mode 100644 index 00000000..ed9a7a36 --- /dev/null +++ b/freebsd/FreeBSDProcessList.h @@ -0,0 +1,18 @@ +/* Do not edit this file. It was automatically generated. */ + +#ifndef HEADER_FreeBSDProcessList +#define HEADER_FreeBSDProcessList +/* +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 -- cgit v1.2.3