/usr/include/lua5.1/lua-curl.h is in lua-curl-dev 0.3.0-7.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 | #ifndef CURL_LUA_H
#define CURL_LUA_H
int luacurl_freepops_open_and_init(lua_State* L);
int luacurl_freepops_open(lua_State* L);
// to be loaded from the toplevel (calls init too)
int luaopen_curl(lua_State* L);
#endif
|