silc_buffer_reset

SYNOPSIS

    static inline
    void silc_buffer_reset(SilcBuffer sb);

DESCRIPTION

Resets the buffer to the state as if it was just allocated by silc_buffer_alloc. This does not clear the data area. Use silc_buffer_clear if you also want to clear the data area.