aboutsummaryrefslogtreecommitdiff
path: root/libexec/flua/modules/lposix.h
blob: 1aa33f0425711007162c7596b0cf7a5a405259c6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
/*-
 *
 * This file is in the public domain.
 */

#pragma once

#include <lua.h>

int luaopen_posix(lua_State *L);