Sanitize python object -> tag number exception handling
[platform/upstream/rpm.git] / lib / rpmliblua.h
1 #ifndef _RPMLIBLUA_H
2 #define _RPMLIBLUA_H
3
4 /* Initialize Lua subsystem & register all our extensions */
5 void rpmLuaInit(void);
6
7 /* Shutdown Lua subsystem */
8 void rpmLuaFree(void);
9
10 #endif /* _RPMLIBLUA_H */