aboutsummaryrefslogtreecommitdiff
path: root/lib/envop.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/envop.h')
-rw-r--r--lib/envop.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/envop.h b/lib/envop.h
index 054152e..82be3a5 100644
--- a/lib/envop.h
+++ b/lib/envop.h
@@ -27,7 +27,7 @@ environ_t *environ_create (char **);
void environ_free (environ_t *env);
int environ_add (environ_t *env, char const *def);
int environ_set (environ_t *env, char const *name, char const *val);
-int environ_unset (environ_t *env, char const *name);
+int environ_unset (environ_t *env, char const *name, char const *val);
int environ_unset_glob (environ_t *env, const char *pattern);
static inline char **
environ_ptr (environ_t *env)

Return to:

Send suggestions and report system problems to the System administrator.