From a0a7e17219d60e3514dbdfa41eb17a14b8799de0 Mon Sep 17 00:00:00 2001 From: Tim Kientzle Date: Thu, 26 Feb 2004 22:44:11 +0000 Subject: [PATCH] Add the clean_environment call to libutil.h also. MFC after: 2 weeks --- lib/libutil/libutil.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/libutil/libutil.h b/lib/libutil/libutil.h index f2c266380db..fbc68c07fb6 100644 --- a/lib/libutil/libutil.h +++ b/lib/libutil/libutil.h @@ -56,6 +56,8 @@ struct utmp; struct in_addr; __BEGIN_DECLS +void clean_environment(const char * const *_white, + const char * const *_more_white); int extattr_namespace_to_string(int _attrnamespace, char **_string); int extattr_string_to_namespace(const char *_string, int *_attrnamespace); void login(struct utmp *_ut);