aboutsummaryrefslogtreecommitdiff
path: root/lib/libutil
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
commita0a7e17219d60e3514dbdfa41eb17a14b8799de0 (patch)
treeb5f39fe26bca8ceeaf7a6e63e0b507f4fa6f6a94 /lib/libutil
parentf9efe8694a302bea13ea053658430fcbed691eb8 (diff)
downloadsrc-a0a7e17219d60e3514dbdfa41eb17a14b8799de0.tar.gz
src-a0a7e17219d60e3514dbdfa41eb17a14b8799de0.zip
Add the clean_environment call to libutil.h also.
MFC after: 2 weeks
Notes
Notes: svn path=/head/; revision=126299
Diffstat (limited to 'lib/libutil')
-rw-r--r--lib/libutil/libutil.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libutil/libutil.h b/lib/libutil/libutil.h
index f2c266380dbb..fbc68c07fb6e 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);