From da23c8c5a188324455c8f417293c10d85f65cb63 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Sun, 9 Mar 2008 08:58:38 +0000 Subject: Clean up headers by using 'static' whenever possible. Reduces resulting code size. --- ProcessList.h | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'ProcessList.h') 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); -- cgit v1.2.3