summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Kientzle <kientzle@FreeBSD.org>2004-02-26 22:44:11 +0000
committerTim Kientzle <kientzle@FreeBSD.org>2004-02-26 22:44:11 +0000
commite0e79e3bf52261ebd6fcfd1ceb03f30730adfb1b (patch)
tree09584f3e195c3e74c57e7308a314efb1a99164cc
parent73461538c2a564f3992725609929618b698e9701 (diff)
downloadpw-darwin-e0e79e3bf52261ebd6fcfd1ceb03f30730adfb1b.tar.gz
pw-darwin-e0e79e3bf52261ebd6fcfd1ceb03f30730adfb1b.tar.zst
pw-darwin-e0e79e3bf52261ebd6fcfd1ceb03f30730adfb1b.zip
Add the clean_environment call to libutil.h also.
MFC after: 2 weeks
-rw-r--r--libutil/libutil.h2
1 files changed, 2 insertions, 0 deletions
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);