summaryrefslogtreecommitdiff
path: root/source4/lib/replace
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-03-12 10:12:27 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:49:28 -0500
commit14233bb76fbd96b46d2b845fde1cb7c668d405b0 (patch)
tree41e266fc6c79a14e7ffcb99ad632aa5eb76fb950 /source4/lib/replace
parentd358087227727a9a8e8661c8eae2990115f8fb80 (diff)
downloadsamba-14233bb76fbd96b46d2b845fde1cb7c668d405b0.tar.gz
samba-14233bb76fbd96b46d2b845fde1cb7c668d405b0.tar.bz2
samba-14233bb76fbd96b46d2b845fde1cb7c668d405b0.zip
r21795: fix the prototype of unsetenv()...
metze (This used to be commit 2952c20b779fc6c797e2ab33ba3bda19cbb7a00d)
Diffstat (limited to 'source4/lib/replace')
-rw-r--r--source4/lib/replace/replace.h2
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