summaryrefslogtreecommitdiff
path: root/src/script/lnettlelib.h
blob: c9609f93f8a695c04f98e869f67ba100f9d8f6e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef lnettlelib_h
#define lnettlelib_h

#ifdef __cplusplus
extern "C" {
#endif

#define LUA_NETTLELIBNAME	"nettle"
LUAMOD_API int (luaopen_nettle) (lua_State *L);

#ifdef __cplusplus
}
#endif

#endif /* lnettlelib_h */