Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Change regerror() declaration from K&R style to ANSI C (C89)
[gitweb.git]
/
compat
/
mingw.h
diff --git
a/compat/mingw.h
b/compat/mingw.h
index 948de66eb5fb2c1e52e774e86f593e42c26bcd05..c43917cd6eb266f9455c088baea35e514aa07110 100644
(file)
--- a/
compat/mingw.h
+++ b/
compat/mingw.h
@@
-222,9
+222,8
@@
void mingw_open_html(const char *path);
* helpers
*/
-char **
copy_environ(void
);
+char **
make_augmented_environ(const char *const *vars
);
void free_environ(char **env);
-char **env_setenv(char **env, const char *name);
/*
* A replacement of main() that ensures that argv[0] has a path