]> granicus.if.org Git - curl/commit
tool_main: Moved config struct initialisation into a separate function
authorSteve Holme <steve_holme@hotmail.com>
Sat, 1 Feb 2014 13:26:09 +0000 (13:26 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Sat, 1 Feb 2014 13:44:00 +0000 (13:44 +0000)
commit83dbd0693677dae6d94a88f322fd1b50fdc3138c
tree455cebf8fa35976069d7cb8e30db7ef0db927841
parente5acae0052fbe877979dcbf4a1434a12fa23d70a
tool_main: Moved config struct initialisation into a separate function

In preparation for adding URL specific options moved the initialisation
of the Configurable structure into a separate function in tool_cfgable.
src/tool_cfgable.c
src/tool_cfgable.h
src/tool_main.c