summaryrefslogtreecommitdiffstats
path: root/htop.h
diff options
context:
space:
mode:
Diffstat (limited to 'htop.h')
-rw-r--r--htop.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/htop.h b/htop.h
index 139019e0..f6a0f407 100644
--- a/htop.h
+++ b/htop.h
@@ -39,16 +39,6 @@ in the source distribution for its full text.
#define INCSEARCH_MAX 40
-void printVersionFlag();
-
-void printHelpFlag();
-
-void showHelp(ProcessList* pl);
-
-void addUserToList(int key, void* userCast, void* panelCast);
-
-void setUserOnly(const char* userName, bool* userOnly, uid_t* userId);
-
int main(int argc, char** argv);
#endif