diff options
-rw-r--r-- | source4/lib/replace/replace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/replace/replace.h b/source4/lib/replace/replace.h index cae9d80178..b36a350335 100644 --- a/source4/lib/replace/replace.h +++ b/source4/lib/replace/replace.h @@ -142,7 +142,7 @@ int rep_setenv(const char *name, const char *value, int overwrite); #ifndef HAVE_UNSETENV #define unsetenv rep_unsetenv -int rep_unsetenv(const char *name, const char *value, int overwrite); +int rep_unsetenv(const char *name); #endif #ifndef HAVE_SETEUID |