@@ -213,6 +213,12 @@ @interface OFDictionaryKeyEnumerator: OFDictionaryEnumerator @end #import "OFMutableDictionary.h" +#ifdef __cplusplus +extern "C" { +#endif extern struct of_dictionary_bucket of_dictionary_deleted_bucket; +#ifdef __cplusplus +} +#endif