michael@0: /* This Source Code Form is subject to the terms of the Mozilla Public michael@0: * License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ michael@0: michael@0: #ifndef nssrwlkt_h___ michael@0: #define nssrwlkt_h___ michael@0: michael@0: #include "utilrename.h" michael@0: #include "nssilock.h" michael@0: /* michael@0: * NSSRWLock -- michael@0: * michael@0: * The reader writer lock, NSSRWLock, is an opaque object to the clients michael@0: * of NSS. All routines operate on a pointer to this opaque entity. michael@0: */ michael@0: michael@0: typedef struct nssRWLockStr NSSRWLock; michael@0: michael@0: michael@0: #endif /* nsrwlock_h___ */