Pass lua_State arg to l_quvi_object_opts_croak_if_error
commit65ba213b212d9b16eeed8b031d1d08bcbc7ca421
authorToni Gundogdu <legatvs@gmail.com>
Mon, 4 Mar 2013 10:59:40 +0000 (4 12:59 +0200)
committerToni Gundogdu <legatvs@gmail.com>
Mon, 4 Mar 2013 11:03:16 +0000 (4 13:03 +0200)
treedf600bf4f8062428c620cb084c8e99ec124643e3
parent276adb60f72d0b378ba419fc02a28f228c744de4
Pass lua_State arg to l_quvi_object_opts_croak_if_error

The updated l_quvi_object_opts_croak_if_error takes lua_State as the
first arg. Update the following:
  * _exec (quvi/crypto/en_decrypt.c)
  * l_quvi_base64_encode
  * l_quvi_http_metainfo
  * l_quvi_http_resolve
  * l_quvi_crypto_hash
  * l_quvi_http_header
  * l_quvi_http_fetch

Signed-off-by: Toni Gundogdu <legatvs@gmail.com>
src/lua/quvi/base64/encode.c
src/lua/quvi/crypto/en_decrypt.c
src/lua/quvi/crypto/hash.c
src/lua/quvi/http/fetch.c
src/lua/quvi/http/header.c
src/lua/quvi/http/metainfo.c
src/lua/quvi/http/resolve.c