wireshark/epan/wslua/lua_bitop.h
Dario Lombardo e7ab7a907c spdx: more licenses converted.
Change-Id: I8f6693108c43959e54911d35b4fbf730c59add60
Reviewed-on: https://code.wireshark.org/review/26361
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-03-09 04:50:23 +00:00

17 lines
301 B
C

/*
** Lua BitOp -- a bit operations library for Lua 5.1/5.2.
** http://bitop.luajit.org/
**
** Copyright (C) 2008-2012 Mike Pall. All rights reserved.
**
** SPDX-License-Identifier: MIT
**
*/
#ifndef _LUA_BITOP_H
#define _LUA_BITOP_H
extern int luaopen_bit(lua_State *L);
#endif /* _LUA_BITOP_H */