mirror of
https://github.com/curl/curl.git
synced 2026-04-28 04:52:12 +03:00
curl tool: create tool_myfunc.[ch] which later on will hold my_* functions
Additionally function my_useragent() now provides default User-Agent string
This commit is contained in:
parent
f50d4647d0
commit
260b0f4d0c
8 changed files with 105 additions and 19 deletions
|
|
@ -10,7 +10,7 @@ SOURCEPATH ../../../src
|
|||
SOURCE \
|
||||
main.c hugehelp.c urlglob.c writeout.c writeenv.c \
|
||||
getpass.c homedir.c curlutil.c os-specific.c xattr.c \
|
||||
tool_cfgable.c tool_convert.c tool_mfiles.c
|
||||
tool_cfgable.c tool_convert.c tool_mfiles.c tool_myfunc.c
|
||||
|
||||
SOURCEPATH ../../../lib
|
||||
SOURCE \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue