silc_buffer_equal
SYNOPSIS
static inline SilcBool silc_buffer_equal(SilcBuffer sb1, SilcBuffer sb2)
DESCRIPTION
Compares if the data area of the buffer `sb1' and `sb2' are identical. Returns TRUE if they match and FALSE if they differ.
Copyright © 2001 - 2008 SILC Project SILC Project Website |
SILC Runtime Toolkit Manual Index |
SYNOPSIS
static inline SilcBool silc_buffer_equal(SilcBuffer sb1, SilcBuffer sb2)
DESCRIPTION
Compares if the data area of the buffer `sb1' and `sb2' are identical. Returns TRUE if they match and FALSE if they differ.