summaryrefslogtreecommitdiffstats
path: root/htop.h
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2010-02-25 02:08:18 +0000
committerHisham Muhammad <hisham@gobolinux.org>2010-02-25 02:08:18 +0000
commita600d5a6e92cbeb13926c7cca623ee81711b5399 (patch)
tree8666a0cf77b906afbb1176517e19f885d757a167 /htop.h
parent62a31673cb18377a165ee2f1e8ca499366ef6ce4 (diff)
Tempus fugit.
Diffstat (limited to 'htop.h')
-rw-r--r--htop.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/htop.h b/htop.h
index b1c69a28..86533e57 100644
--- a/htop.h
+++ b/htop.h
@@ -4,7 +4,7 @@
#define HEADER_htop
/*
htop - htop.h
-(C) 2004-2008 Hisham H. Muhammad
+(C) 2004-2010 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
@@ -16,6 +16,7 @@ in the source distribution for its full text.
#include <ctype.h>
#include <stdbool.h>
#include <locale.h>
+#include <getopt.h>
#include "ProcessList.h"
#include "CRT.h"
@@ -40,6 +41,8 @@ in the source distribution for its full text.
#define INCSEARCH_MAX 40
+#define COPYRIGHT "(C) 2004-2010 Hisham Muhammad"
+
int main(int argc, char** argv);
#endif

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