summaryrefslogtreecommitdiffstats
path: root/htop.h
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2006-03-04 18:16:49 +0000
committerHisham Muhammad <hisham@gobolinux.org>2006-03-04 18:16:49 +0000
commitd6231bab89d634da5564491196b7c478db038505 (patch)
treebfc0bf00b138763eb41132fd27a8f389a78bf3a4 /htop.h
Initial import.
Diffstat (limited to 'htop.h')
-rw-r--r--htop.h53
1 files changed, 53 insertions, 0 deletions
diff --git a/htop.h b/htop.h
new file mode 100644
index 00000000..e069678b
--- /dev/null
+++ b/htop.h
@@ -0,0 +1,53 @@
+/* Do not edit this file. It was automatically genarated. */
+
+#ifndef HEADER_htop
+#define HEADER_htop
+/*
+htop - htop.h
+(C) 2004-2006 Hisham H. Muhammad
+Released under the GNU GPL, see the COPYING file
+in the source distribution for its full text.
+*/
+
+#include "ProcessList.h"
+#include "CRT.h"
+#include "ListBox.h"
+#include "UsersTable.h"
+#include "SignalItem.h"
+#include "RichString.h"
+#include "Settings.h"
+#include "ScreenManager.h"
+#include "FunctionBar.h"
+#include "ListItem.h"
+#include "CategoriesListBox.h"
+#include "SignalsListBox.h"
+
+#include "config.h"
+#include "debug.h"
+
+#include <unistd.h>
+#include <math.h>
+#include <sys/param.h>
+#include <ctype.h>
+#include <stdbool.h>
+
+int usleep(int usec);
+
+//#link m
+
+#define INCSEARCH_MAX 40
+
+
+void printVersionFlag();
+
+void printHelpFlag();
+
+void showHelp();
+
+void showColumnConfig(ProcessList* pl);
+
+void Setup_run(Settings* settings, int headerHeight);
+
+int main(int argc, char** argv);
+
+#endif

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