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

This commit is contained in:
Yang Tse
2011-09-19 18:18:17 +02:00
parent 00532341b5
commit fdecb56cbf
19 changed files with 630 additions and 370 deletions

View File

@@ -126,3 +126,4 @@ void FreeMultiInfo(struct multi_files **multi_first,
if(multi_last)
*multi_last = NULL;
}