root/libexec/flua/libhash/lhash.h
/*-
 * Copyright (c) 2024 Netflix, Inc
 *
 * SPDX-License-Identifier: BSD-2-Clause
 */

#pragma once

#include <lua.h>

int luaopen_hash(lua_State *L);