summaryrefslogtreecommitdiffstats
path: root/ProcessList.h
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2008-03-09 08:58:38 +0000
committerHisham Muhammad <hisham@gobolinux.org>2008-03-09 08:58:38 +0000
commitda23c8c5a188324455c8f417293c10d85f65cb63 (patch)
treed7a4b8cb0af705de6650e20e00ba3da04d84b27f /ProcessList.h
parent12f4f09e6ed288bdedc86e4ef22f3cc34f0e787a (diff)
Clean up headers by using 'static' whenever possible.
Reduces resulting code size.
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);

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