| 6432 | */ |
| 6433 | |
| 6434 | void |
| 6435 | l_register_des(lua_State *L) |
| 6436 | { |
| 6437 | /* register des -table, and functions for it */ |
| 6438 | lua_newtable(L); |
| 6439 | luaL_setfuncs(L, nhl_functions, 0); |
| 6440 | lua_setglobal(L, "des"); |
| 6441 | } |
| 6442 | |
| 6443 | void |
| 6444 | create_des_coder(void) |