summaryrefslogtreecommitdiffstats
path: root/freebsd/FreeBSDProcessList.h
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2014-11-27 16:27:34 -0200
committerHisham Muhammad <hisham@gobolinux.org>2014-11-27 16:27:34 -0200
commit8915b293957ccaad902c190e9e2aca27eb6f8180 (patch)
treefc39def5711d6529035048185fccdb3a9679e926 /freebsd/FreeBSDProcessList.h
parenta75161f8628d04a77bb85ff68a25aa0985b9e15d (diff)
Beginnings of FreeBSD port!
Diffstat (limited to 'freebsd/FreeBSDProcessList.h')
-rw-r--r--freebsd/FreeBSDProcessList.h18
1 files changed, 18 insertions, 0 deletions
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

© 2014-2024 Faster IT GmbH | imprint | privacy policy