diff options
Diffstat (limited to 'include/mingw.h')
-rw-r--r-- | include/mingw.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/mingw.h b/include/mingw.h index 65cccab21..05e0b20fc 100644 --- a/include/mingw.h +++ b/include/mingw.h | |||
@@ -476,8 +476,6 @@ const char * next_path_sep(const char *path); | |||
476 | * helpers | 476 | * helpers |
477 | */ | 477 | */ |
478 | 478 | ||
479 | char **copy_environ(const char *const *env); | ||
480 | void free_environ(char **env); | ||
481 | char **env_setenv(char **env, const char *name); | 479 | char **env_setenv(char **env, const char *name); |
482 | 480 | ||
483 | const char *get_busybox_exec_path(void); | 481 | const char *get_busybox_exec_path(void); |