diff options
author | Yang Tse <yangsita@gmail.com> | 2011-10-05 00:03:20 +0200 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2011-10-05 00:03:58 +0200 |
commit | 49b79b76316248d5233d08006234933913faaa3b (patch) | |
tree | 3122e6c5390cb4118296a915308baea7216c4e09 /src/tool_doswin.h | |
parent | ca2c32636191ba33dbad91e88d8ceecc74bacbd1 (diff) | |
download | curl-49b79b76316248d5233d08006234933913faaa3b.tar.gz |
curl tool: code moved to tool_*.[ch] files
Diffstat (limited to 'src/tool_doswin.h')
-rw-r--r-- | src/tool_doswin.h | 6 |
1 files changed, 6 insertions, 0 deletions
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); |