aboutsummaryrefslogtreecommitdiff
path: root/lib/libutil
diff options
context:
space:
mode:
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);