xref: /freebsd/libexec/flua/libhash/lhash.h (revision 4e62c3cafa4c4e41efd6f87b7fe559cf819cf3e4)
1 /*-
2  * Copyright (c) 2024 Netflix, Inc
3  *
4  * SPDX-License-Identifier: BSD-2-Clause
5  */
6 
7 #pragma once
8 
9 #include <lua.h>
10 
11 int luaopen_hash(lua_State *L);
12