mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-14 10:18:02 +00:00
13 lines
424 B
C
13 lines
424 B
C
|
#ifndef COSMOPOLITAN_TOOL_DECODE_LIB_SOCKNAMES_H_
|
||
|
#define COSMOPOLITAN_TOOL_DECODE_LIB_SOCKNAMES_H_
|
||
|
#include "tool/decode/lib/idname.h"
|
||
|
COSMOPOLITAN_C_START_
|
||
|
|
||
|
extern const struct IdName kAddressFamilyNames[];
|
||
|
extern const struct IdName kSockTypeNames[];
|
||
|
extern const struct IdName kAddrInfoFlagNames[];
|
||
|
extern const struct IdName kProtocolNames[];
|
||
|
|
||
|
COSMOPOLITAN_C_END_
|
||
|
#endif /* COSMOPOLITAN_TOOL_DECODE_LIB_SOCKNAMES_H_ */
|