From e0e79e3bf52261ebd6fcfd1ceb03f30730adfb1b Mon Sep 17 00:00:00 2001 From: Tim Kientzle Date: Thu, 26 Feb 2004 22:44:11 +0000 Subject: Add the clean_environment call to libutil.h also. MFC after: 2 weeks --- libutil/libutil.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libutil/libutil.h') diff --git a/libutil/libutil.h b/libutil/libutil.h index f2c2663..fbc68c0 100644 --- a/libutil/libutil.h +++ b/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); -- cgit v1.2.3