add proto for kvm_getenv() call, to find environment variable string in

the same way kvm_getargs() gets argument string
This commit is contained in:
cgd 1993-06-01 01:33:32 +00:00
parent fc0369ef3c
commit 8f8767f190

View File

@ -46,6 +46,7 @@ __BEGIN_DECLS
struct proc;
struct user;
char *kvm_getargs __P((const struct proc *, const struct user *));
char *kvm_getenv __P((const struct proc *, const struct user *));
struct eproc *kvm_geteproc __P((const struct proc *));
char *kvm_geterr __P((void));
int kvm_getprocs __P((int, int));