Adapt for Yocto, remove pushd/popd bashisms
[platform/upstream/rpm.git] / luaext / linit.h
1 #ifndef LINIT_H
2 #define LINIT_H
3
4 int luaopen_init(lua_State *L);
5
6 #endif