]> granicus.if.org Git - curl/commit
cleanup: removed one function, made one static
authorDaniel Stenberg <daniel@haxx.se>
Mon, 5 Aug 2013 08:58:39 +0000 (10:58 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 12 Aug 2013 11:17:57 +0000 (13:17 +0200)
commit8a42c2ef8d36450c96375ae8e1669b191061ee02
tree7a8152d5cbedcdcdf457874f4a93f4d3c0270312
parente79535bc5e8e25df8415b6b23671cbd8bd3c83a5
cleanup: removed one function, made one static

Moved Curl_easy_addmulti() from easy.c to multi.c, renamed it to
easy_addmulti and made it static.

Removed Curl_easy_initHandleData() and uses of it since it was emptied
in commit cdda92ab67b47d74a.
lib/easy.c
lib/easyif.h
lib/multi.c
lib/url.c