summaryrefslogtreecommitdiff
path: root/luaext/lposix.h
blob: e1e819cb3340e430f23d68bc67d44cbd71c69454 (plain)
1
2
3
4
5
6
#ifndef LPOSIX_H
#define LPOSIX_H

int luaopen_posix (lua_State *L);

#endif