Modify how to make symbolic link in 'find-debuginfo.sh' script
[platform/upstream/rpm.git] / luaext / lposix.h
1 #ifndef LPOSIX_H
2 #define LPOSIX_H
3
4 int luaopen_posix (lua_State *L);
5 int luaopen_rpm_os (lua_State *L);
6
7 #endif