summaryrefslogtreecommitdiffstats
path: root/htop.h
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2007-08-10 06:13:13 +0000
committerHisham Muhammad <hisham@gobolinux.org>2007-08-10 06:13:13 +0000
commitf356997269257e9cba06f10b92a14e6c2d7be000 (patch)
tree6f8f7648be935da5a6dc25be9cc8578fd3114e37 /htop.h
parente685bdeea080160684faaf17169faac0e614dfc7 (diff)
Fix crash on invalid command line arguments:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=435651
Diffstat (limited to 'htop.h')
-rw-r--r--htop.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/htop.h b/htop.h
index 5042f94e..5e7c385e 100644
--- a/htop.h
+++ b/htop.h
@@ -41,7 +41,7 @@ void printVersionFlag();
void printHelpFlag();
-void showHelp();
+void showHelp(ProcessList* pl);
void addUserToList(int key, void* userCast, void* panelCast);

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