diff options
Diffstat (limited to 'psi/ivmem2.h')
-rw-r--r-- | psi/ivmem2.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/psi/ivmem2.h b/psi/ivmem2.h index be1126e5..4b1f43e5 100644 --- a/psi/ivmem2.h +++ b/psi/ivmem2.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2001-2019 Artifex Software, Inc. +/* Copyright (C) 2001-2020 Artifex Software, Inc. All Rights Reserved. This software is provided AS-IS with no warranty, either express or @@ -23,6 +23,6 @@ /* Exported by zvmem2.c for zusparam.c */ int set_vm_reclaim(i_ctx_t *, long); -int set_vm_threshold(i_ctx_t *, long); +int set_vm_threshold(i_ctx_t *, int64_t); #endif /* ivmem2_INCLUDED */ |