summaryrefslogtreecommitdiffstats
path: root/ProcessList.h
diff options
context:
space:
mode:
Diffstat (limited to 'ProcessList.h')
-rw-r--r--ProcessList.h13
1 files changed, 1 insertions, 12 deletions
diff --git a/ProcessList.h b/ProcessList.h
index a13d3998..04334d09 100644
--- a/ProcessList.h
+++ b/ProcessList.h
@@ -150,26 +150,15 @@ void ProcessList_invertSortOrder(ProcessList* this);
RichString ProcessList_printHeader(ProcessList* this);
-
-void ProcessList_prune(ProcessList* this);
-
-void ProcessList_add(ProcessList* this, Process* p);
-
-void ProcessList_remove(ProcessList* this, Process* p);
-
Process* ProcessList_get(ProcessList* this, int index);
int ProcessList_size(ProcessList* this);
void ProcessList_sort(ProcessList* this);
-bool ProcessList_readStatusFile(ProcessList* this, Process* proc, char* dirname, char* name);
-
#ifdef HAVE_TASKSTATS
-void ProcessList_readIoFile(ProcessList* this, Process* proc, char* dirname, char* name);
-#endif
-bool ProcessList_processEntries(ProcessList* this, char* dirname, Process* parent, float period);
+#endif
void ProcessList_scan(ProcessList* this);