summaryrefslogtreecommitdiffstats
path: root/htop.h
diff options
context:
space:
mode:
Diffstat (limited to 'htop.h')
-rw-r--r--htop.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/htop.h b/htop.h
index 7338010e..354a2f99 100644
--- a/htop.h
+++ b/htop.h
@@ -15,6 +15,8 @@ in the source distribution for its full text.
typedef bool(*ForeachProcessFn)(Process*, size_t);
+void sortBy(Panel* panel, ProcessList* pl, Settings* settings, int headerHeight, FunctionBar* defaultBar, Header* header);
+
int main(int argc, char** argv);
#endif