silc_buffer_end
SYNOPSIS
static inline void silc_buffer_end(SilcBuffer sb);
DESCRIPTION
Moves the end of the data area to the end of the buffer. The start of the data area remains same. If the start of data area is at the start of the buffer, after this function returns the buffer's data area length is the length of the entire buffer.