curl tool: code moved to tool_*.[ch] files

This commit is contained in:
Yang Tse 2011-10-05 00:03:20 +02:00
parent ca2c326361
commit 49b79b7631
29 changed files with 5107 additions and 4356 deletions

View file

@ -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);