Add the clean_environment call to libutil.h also.

MFC after: 2 weeks
This commit is contained in:
Tim Kientzle 2004-02-26 22:44:11 +00:00
parent f9efe8694a
commit a0a7e17219
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=126299

View File

@ -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);