summaryrefslogtreecommitdiffstats
path: root/ProcessList.h
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2015-04-02 01:57:37 -0300
committerHisham Muhammad <hisham@gobolinux.org>2015-04-02 01:57:37 -0300
commitd880def0e9b5dcce07917aa7cc71e49bddf21c16 (patch)
treed5f742c52db243d1098832669d1de78f574ccc0b /ProcessList.h
parent4315e0c2a08b55e354d60225b8243ba1d3c6c309 (diff)
parentcb8ac6b0f1f456f94efc8aead597faf6a95788da (diff)
Merge branch 'master' into wip
Conflicts: Process.c Process.h htop.c linux/LinuxProcess.c linux/LinuxProcess.h test_spec.lua
Diffstat (limited to 'ProcessList.h')
-rw-r--r--ProcessList.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ProcessList.h b/ProcessList.h
index 9465e82e..e00585fd 100644
--- a/ProcessList.h
+++ b/ProcessList.h
@@ -91,7 +91,7 @@ void ProcessList_expandTree(ProcessList* this);
void ProcessList_rebuildPanel(ProcessList* this);
-Process* ProcessList_getProcess(ProcessList* this, pid_t pid, bool* preExisting, Process_new_fn constructor);
+Process* ProcessList_getProcess(ProcessList* this, pid_t pid, bool* preExisting, Process_New constructor);
void ProcessList_scan(ProcessList* this);

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