mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add the clean_environment call to libutil.h also.
MFC after: 2 weeks
This commit is contained in:
parent
f9efe8694a
commit
a0a7e17219
1 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue