TODO netlogon_user_flags_ntlmv2_enabled
[wireshark-sm.git] / epan / wslua / lua_bitop.h
blob17c242db62f0e327c2f285fb0dae8520feca9e5f
1 /** @file
2 ** Lua BitOp -- a bit operations library for Lua 5.1/5.2.
3 ** http://bitop.luajit.org/
4 **
5 ** Copyright (C) 2008-2012 Mike Pall. All rights reserved.
6 **
7 ** SPDX-License-Identifier: MIT
8 **
9 */
11 #ifndef _LUA_BITOP_H
12 #define _LUA_BITOP_H
14 extern int luaopen_bit(lua_State *L);
16 #endif /* _LUA_BITOP_H */