From ac0207ffd99c2c34ef0868341aec6f96fccbd883 Mon Sep 17 00:00:00 2001 From: ru Date: Thu, 24 Nov 2005 07:20:26 +0000 Subject: Fix prototype to match the code and documentation. --- include/kenv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/kenv.h b/include/kenv.h index 87f36f3..90af929 100644 --- a/include/kenv.h +++ b/include/kenv.h @@ -33,7 +33,7 @@ #include __BEGIN_DECLS -int kenv(int, char *, char *, int); +int kenv(int, const char *, char *, int); __END_DECLS #endif /* !_KENV_H_ */ -- cgit v1.1