24 buf_peek(buf, header,
sizeof(header));
size_t buf_datalen(const buf_t *buf)
void buf_peek(const buf_t *buf, char *string, size_t string_len)
Header file for buffers.c.
static uint16_t get_uint16(const void *cp)
Master header file for Tor-specific functionality.
int peek_buf_has_control0_command(buf_t *buf)
Header for proto_control0.c.