Update doc

master
Alexey Melnichuk 2014-08-28 14:09:54 +05:00
parent aab3043323
commit 23f51ab142
1 changed files with 5 additions and 0 deletions

View File

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