nssrwlkt.h 535 B

1234567891011121314151617181920
  1. /* This Source Code Form is subject to the terms of the Mozilla Public
  2. * License, v. 2.0. If a copy of the MPL was not distributed with this
  3. * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
  4. #ifndef nssrwlkt_h___
  5. #define nssrwlkt_h___
  6. #include "utilrename.h"
  7. #include "nssilock.h"
  8. /*
  9. * NSSRWLock --
  10. *
  11. * The reader writer lock, NSSRWLock, is an opaque object to the clients
  12. * of NSS. All routines operate on a pointer to this opaque entity.
  13. */
  14. typedef struct nssRWLockStr NSSRWLock;
  15. #endif /* nsrwlock_h___ */