From 49b79b76316248d5233d08006234933913faaa3b Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Wed, 5 Oct 2011 00:03:20 +0200 Subject: curl tool: code moved to tool_*.[ch] files --- src/tool_doswin.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/tool_doswin.h') diff --git a/src/tool_doswin.h b/src/tool_doswin.h index 658660f98..ce475acf9 100644 --- a/src/tool_doswin.h +++ b/src/tool_doswin.h @@ -27,6 +27,12 @@ char *sanitize_dos_name(char *file_name); +#if defined(MSDOS) && (defined(__DJGPP__) || defined(__GO32__)) + +char **__crt0_glob_function(char *arg); + +#endif /* MSDOS && (__DJGPP__ || __GO32__) */ + #ifdef WIN32 CURLcode FindWin32CACert(struct Configurable *config, const char *bundle_file); -- cgit v1.2.3