Make minor improvements
This commit is contained in:
@@ -13,8 +13,8 @@ struct DnsHeader {
|
||||
uint16_t arcount; /* additional record count */
|
||||
};
|
||||
|
||||
int serializednsheader(uint8_t *, size_t, const struct DnsHeader);
|
||||
int deserializednsheader(struct DnsHeader *, const uint8_t *, size_t);
|
||||
void SerializeDnsHeader(uint8_t[restrict 12], const struct DnsHeader *);
|
||||
void DeserializeDnsHeader(struct DnsHeader *, const uint8_t[restrict 12]);
|
||||
|
||||
COSMOPOLITAN_C_END_
|
||||
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
|
||||
|
||||
Reference in New Issue
Block a user