summaryrefslogtreecommitdiffstats
path: root/htop.h
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2006-06-06 20:28:42 +0000
committerHisham Muhammad <hisham@gobolinux.org>2006-06-06 20:28:42 +0000
commitf6e0b7d0c07e4043a96b3ac976eaf082454f4501 (patch)
tree35759df85a7a26e7121c44c0b55f6641b0f6758b /htop.h
parent35afc13ebf8f82cfc7a3e6d6f7ba6d5062c5cdc1 (diff)
Regenerated all headers.
Diffstat (limited to 'htop.h')
-rw-r--r--htop.h23
1 files changed, 11 insertions, 12 deletions
diff --git a/htop.h b/htop.h
index af2b46bc..5042f94e 100644
--- a/htop.h
+++ b/htop.h
@@ -1,4 +1,4 @@
-/* Do not edit this file. It was automatically genarated. */
+/* Do not edit this file. It was automatically generated. */
#ifndef HEADER_htop
#define HEADER_htop
@@ -9,6 +9,13 @@ Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
+#define _GNU_SOURCE
+#include <unistd.h>
+#include <math.h>
+#include <sys/param.h>
+#include <ctype.h>
+#include <stdbool.h>
+
#include "ProcessList.h"
#include "CRT.h"
#include "Panel.h"
@@ -21,32 +28,24 @@ in the source distribution for its full text.
#include "ListItem.h"
#include "CategoriesPanel.h"
#include "SignalsPanel.h"
+#include "TraceScreen.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 addUserToList(int key, void* userCast, void* panelCast);
-void Setup_run(Settings* settings, int headerHeight);
+void setUserOnly(const char* userName, bool* userOnly, uid_t* userId);
int main(int argc, char** argv);

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