mirror of
https://github.com/curl/curl.git
synced 2026-08-25 19:13:34 +03:00
curl tool: reviewed code moved to tool_*.[ch] files
This commit is contained in:
parent
7afccf7a1e
commit
f7bfdbabf2
26 changed files with 220 additions and 205 deletions
|
|
@ -8,8 +8,7 @@ UID 0x00000000 0xF0206442
|
|||
|
||||
SOURCEPATH ../../../src
|
||||
SOURCE \
|
||||
hugehelp.c writeout.c writeenv.c \
|
||||
getpass.c homedir.c curlutil.c xattr.c \
|
||||
hugehelp.c \
|
||||
tool_binmode.c \
|
||||
tool_bname.c \
|
||||
tool_cb_dbg.c \
|
||||
|
|
@ -26,8 +25,10 @@ SOURCE \
|
|||
tool_easysrc.c \
|
||||
tool_formparse.c \
|
||||
tool_getparam.c \
|
||||
tool_getpass.c \
|
||||
tool_help.c \
|
||||
tool_helpers.c \
|
||||
tool_homedir.c \
|
||||
tool_libinfo.c \
|
||||
tool_main.c \
|
||||
tool_mfiles.c \
|
||||
|
|
@ -40,7 +41,11 @@ SOURCE \
|
|||
tool_setopt.c \
|
||||
tool_sleep.c \
|
||||
tool_urlglob.c \
|
||||
tool_vms.c
|
||||
tool_util.c \
|
||||
tool_vms.c \
|
||||
tool_writeenv.c \
|
||||
tool_writeout.c \
|
||||
tool_xattr.c
|
||||
|
||||
SOURCEPATH ../../../lib
|
||||
SOURCE \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue