Blame lib/rpmliblua.h

2ff057
#ifndef _RPMLIBLUA_H
2ff057
#define _RPMLIBLUA_H
2ff057
2ff057
#ifdef __cplusplus
2ff057
extern "C" {
2ff057
#endif
2ff057
2ff057
/* Initialize Lua subsystem & register all our extensions */
2ff057
void rpmLuaInit(void);
2ff057
2ff057
/* Shutdown Lua subsystem */
2ff057
void rpmLuaFree(void);
2ff057
2ff057
#ifdef __cplusplus
2ff057
}
2ff057
#endif
2ff057
2ff057
#endif /* _RPMLIBLUA_H */