allow rpm to custom systemd installation
[platform/upstream/rpm.git] / lib / rpmliblua.h
1 #ifndef _RPMLIBLUA_H
2 #define _RPMLIBLUA_H
3
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7
8 /* Initialize Lua subsystem & register all our extensions */
9 void rpmLuaInit(void);
10
11 /* Shutdown Lua subsystem */
12 void rpmLuaFree(void);
13
14 #ifdef __cplusplus
15 }
16 #endif
17
18 #endif /* _RPMLIBLUA_H */