summaryrefslogtreecommitdiffstats
path: root/lib/libutil
diff options
context:
space:
mode:
authorkientzle <kientzle@FreeBSD.org>2004-02-26 22:44:11 +0000
committerkientzle <kientzle@FreeBSD.org>2004-02-26 22:44:11 +0000
commit7aa85c4e5f5c71b0e2373d87643bf422305f51b1 (patch)
treeb5f39fe26bca8ceeaf7a6e63e0b507f4fa6f6a94 /lib/libutil
parent8b8fb9aae5628c7005a6ddca3f43524536e45a67 (diff)
downloadFreeBSD-src-7aa85c4e5f5c71b0e2373d87643bf422305f51b1.zip
FreeBSD-src-7aa85c4e5f5c71b0e2373d87643bf422305f51b1.tar.gz
Add the clean_environment call to libutil.h also.
MFC after: 2 weeks
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 f2c2663..fbc68c0 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);
OpenPOWER on IntegriCloud