From c74c38760df69bb87e93dff18cf91464e5d02f37 Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Mon, 11 Apr 2016 13:00:22 +0200 Subject: Imported Upstream version 0.8.1 --- htop.h | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'htop.h') diff --git a/htop.h b/htop.h index ca3ae91..f6a0f40 100644 --- a/htop.h +++ b/htop.h @@ -4,7 +4,7 @@ #define HEADER_htop /* htop - htop.h -(C) 2004-2006 Hisham H. Muhammad +(C) 2004-2008 Hisham H. Muhammad Released under the GNU GPL, see the COPYING file in the source distribution for its full text. */ @@ -15,6 +15,7 @@ in the source distribution for its full text. #include #include #include +#include #include "ProcessList.h" #include "CRT.h" @@ -38,16 +39,6 @@ in the source distribution for its full text. #define INCSEARCH_MAX 40 -void printVersionFlag(); - -void printHelpFlag(); - -void showHelp(ProcessList* pl); - -void addUserToList(int key, void* userCast, void* panelCast); - -void setUserOnly(const char* userName, bool* userOnly, uid_t* userId); - int main(int argc, char** argv); #endif -- cgit v1.2.3