#ifndef CURL_LUA_H #define CURL_LUA_H int luacurl_open_and_init(lua_State* L); int luacurl_open(lua_State* L); #endif