summaryrefslogtreecommitdiffstats
path: root/MainPanel.c
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2021-04-18 15:50:06 +0200
committercgzones <cgzones@googlemail.com>2021-04-21 20:58:28 +0200
commit5dbca0193ded83136b14615e55caffbc240cd7ce (patch)
tree0c252957f4ef3e579e9a208b2bb0de027a8543b6 /MainPanel.c
parenta05e78f5318325e7d2f01bf4b8a0f11b8cf71371 (diff)
Make MainPanel_pidSearch a static function
Not used elsewhere.
Diffstat (limited to 'MainPanel.c')
-rw-r--r--MainPanel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/MainPanel.c b/MainPanel.c
index cf7392e4..5a75af3a 100644
--- a/MainPanel.c
+++ b/MainPanel.c
@@ -29,7 +29,7 @@ void MainPanel_updateTreeFunctions(MainPanel* this, bool mode) {
FunctionBar_setLabel(bar, KEY_F(5), mode ? "List " : "Tree ");
}
-void MainPanel_pidSearch(MainPanel* this, int ch) {
+static void MainPanel_pidSearch(MainPanel* this, int ch) {
Panel* super = (Panel*) this;
pid_t pid = ch - 48 + this->pidSearch;
for (int i = 0; i < Panel_size(super); i++) {

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