andre@0: /* This Source Code Form is subject to the terms of the Mozilla Public andre@0: * License, v. 2.0. If a copy of the MPL was not distributed with this andre@0: * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ andre@0: andre@0: #ifndef CKFWTM_H andre@0: #define CKFWTM_H andre@0: andre@0: /* andre@0: * ckfwtm.h andre@0: * andre@0: * This file declares the module-private types of the NSS Cryptoki Framework. andre@0: */ andre@0: andre@0: #ifndef NSSBASET_H andre@0: #include "nssbaset.h" andre@0: #endif /* NSSBASET_H */ andre@0: andre@0: struct nssCKFWHashStr; andre@0: typedef struct nssCKFWHashStr nssCKFWHash; andre@0: andre@0: typedef void (PR_CALLBACK *nssCKFWHashIterator)(const void *key, void *value, void *closure); andre@0: andre@0: #endif /* CKFWTM_H */