silc_rwlock_unlock
SYNOPSIS
void silc_rwlock_unlock(SilcRwLock rwlock);
DESCRIPTION
Releases the lock of the read/write lock `rwlock'. If `rwlock' was locked by a writer this will release the writer lock. Otherwise this releases the reader lock. If `rwlock' is NULL this function has no effect.