summaryrefslogtreecommitdiffstats
path: root/Process.h
diff options
context:
space:
mode:
Diffstat (limited to 'Process.h')
-rw-r--r--Process.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Process.h b/Process.h
index 64558681..403c2aff 100644
--- a/Process.h
+++ b/Process.h
@@ -181,6 +181,9 @@ extern const char *Process_fieldNames[];
extern const char *Process_fieldTitles[];
+
+void Process_getMaxPid();
+
#define ONE_K 1024
#define ONE_M (ONE_K * ONE_K)
#define ONE_G (ONE_M * ONE_K)