mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 11:37:35 +00:00
4d25f8c3c9
This change also fixes bugs in enoprotoopt reporting with setsockopt and getsockopt error returns.
11 lines
322 B
C
11 lines
322 B
C
#ifndef COSMOPOLITAN_TOOL_NET_LFINGER_H_
|
|
#define COSMOPOLITAN_TOOL_NET_LFINGER_H_
|
|
#include "third_party/lua/lauxlib.h"
|
|
#if !(__ASSEMBLER__ + __LINKER__ + 0)
|
|
COSMOPOLITAN_C_START_
|
|
|
|
int LuaFinger(lua_State *);
|
|
|
|
COSMOPOLITAN_C_END_
|
|
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
|
|
#endif /* COSMOPOLITAN_TOOL_NET_LFINGER_H_ */
|