summaryrefslogtreecommitdiffstats
path: root/htop.h
diff options
context:
space:
mode:
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