summaryrefslogtreecommitdiff
path: root/usr/src/cmd/prstat/prutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/prstat/prutil.h')
-rw-r--r--usr/src/cmd/prstat/prutil.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/usr/src/cmd/prstat/prutil.h b/usr/src/cmd/prstat/prutil.h
index c98b3e7908..cfa2133714 100644
--- a/usr/src/cmd/prstat/prutil.h
+++ b/usr/src/cmd/prstat/prutil.h
@@ -19,6 +19,8 @@
* CDDL HEADER END
*/
/*
+ * Copyright (c) 2013 Gary Mills
+ *
* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*
@@ -50,8 +52,8 @@ extern void *Malloc(size_t);
extern void *Zalloc(size_t);
extern int Setrlimit();
extern void Priocntl(char *);
-extern void getprojname(projid_t, char *, int, int);
-extern void getzonename(projid_t, char *, int);
+extern void getprojname(projid_t, char *, size_t, int, int, size_t);
+extern void getzonename(projid_t, char *, size_t, int, size_t);
extern void stripfname(char *);
#ifdef __cplusplus