r21795: fix the prototype of unsetenv()...
authorStefan Metzmacher <metze@samba.org>
Mon, 12 Mar 2007 10:12:27 +0000 (10:12 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:49:28 +0000 (14:49 -0500)
metze

source/lib/replace/replace.h

index cae9d801789766acd45756bff1d3b1641bc54407..b36a35033562d033b9a0a9f40af504508b8f528c 100644 (file)
@@ -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