summaryrefslogtreecommitdiffstats
path: root/htop.h
diff options
context:
space:
mode:
Diffstat (limited to 'htop.h')
-rw-r--r--htop.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/htop.h b/htop.h
index 8d8ed7ed..7338010e 100644
--- a/htop.h
+++ b/htop.h
@@ -11,14 +11,10 @@ in the source distribution for its full text.
//#link m
-#define INCSEARCH_MAX 40
-
-#define COPYRIGHT "(C) 2004-2011 Hisham Muhammad"
+#define COPYRIGHT "(C) 2004-2012 Hisham Muhammad"
typedef bool(*ForeachProcessFn)(Process*, size_t);
-typedef struct IncBuffer_;
-
int main(int argc, char** argv);
#endif