Update doc

This commit is contained in:
Alexey Melnichuk 2014-08-28 14:09:54 +05:00
parent aab3043323
commit 23f51ab142

View File

@ -17,6 +17,11 @@ function easy() end
-- @treturn[1] multi new curl multi object -- @treturn[1] multi new curl multi object
function multi() end function multi() end
--- Create Share object
--
-- @treturn[1] share new curl share object
function share() end
--- Returns libcurl version as human readable string --- Returns libcurl version as human readable string
-- --
function version() end function version() end