mirror of
https://github.com/curl/curl.git
synced 2026-05-22 01:06:20 +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
|
|
@ -187,6 +187,10 @@ SOURCE=.\tool_mfiles.c
|
|||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\tool_myfunc.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\urlglob.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
|
@ -259,6 +263,10 @@ SOURCE=.\tool_mfiles.h
|
|||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\tool_myfunc.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\urlglob.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue