/usr/include/lua5.2/lua-rrd.h is in liblua5.2-rrd-dev 1.4.7-2ubuntu5.
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 | #ifndef LUA_RRD_H
#define LUA_RRD_H
extern int luaopen_rrd (lua_State * L);
#endif
|