mirror of
https://github.com/curl/curl.git
synced 2026-08-25 03:43:31 +03:00
curl tool: code moved to tool_*.[ch] files
This commit is contained in:
parent
ca2c326361
commit
49b79b7631
29 changed files with 5107 additions and 4356 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue