From b4f6b110925a56d0818034ad1ecce8214ac873a0 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Thu, 27 Nov 2014 20:10:23 -0200 Subject: Move "get max pid" code into platform specific area. --- Process.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Process.h') diff --git a/Process.h b/Process.h index c4ef808d..6bd40686 100644 --- a/Process.h +++ b/Process.h @@ -179,7 +179,7 @@ extern const int Process_fieldFlags[]; extern const char *Process_fieldTitles[]; -void Process_getMaxPid(); +void Process_setupColumnWidths(); #define ONE_K 1024L #define ONE_M (ONE_K * ONE_K) -- cgit v1.2.3