rpm  5.4.15
rpmluaext.h
Go to the documentation of this file.
1 #ifndef H_RPMLUAEXT
2 #define H_RPMLUAEXT
3 
8 #ifdef __cplusplus
9 extern "C" {
10 #endif
11 
17 void rpmluaextActivate(rpmlua lua)
18  /*@*/;
19 
20 #ifdef __cplusplus
21 }
22 #endif
23 
24 #endif/* H_RPMLUA */
25 
void rpmluaextActivate(rpmlua lua)
Add RPM library based Lua extension.
struct rpmlua_s * rpmlua
Definition: rpmlua.h:53