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 CKFWTM_H michael@0: #define CKFWTM_H michael@0: michael@0: /* michael@0: * ckfwtm.h michael@0: * michael@0: * This file declares the module-private types of the NSS Cryptoki Framework. michael@0: */ michael@0: michael@0: #ifndef NSSBASET_H michael@0: #include "nssbaset.h" michael@0: #endif /* NSSBASET_H */ michael@0: michael@0: struct nssCKFWHashStr; michael@0: typedef struct nssCKFWHashStr nssCKFWHash; michael@0: michael@0: typedef void (PR_CALLBACK *nssCKFWHashIterator)(const void *key, void *value, void *closure); michael@0: michael@0: #endif /* CKFWTM_H */