ObjFW  Diff

Differences From Artifact [646dc039c0]:

To Artifact [6931285817]:


211
212
213
214
215
216
217



218



@end

@interface OFDictionaryKeyEnumerator: OFDictionaryEnumerator
@end

#import "OFMutableDictionary.h"




extern struct of_dictionary_bucket of_dictionary_deleted_bucket;










>
>
>

>
>
>
211
212
213
214
215
216
217
218
219
220
221
222
223
224
@end

@interface OFDictionaryKeyEnumerator: OFDictionaryEnumerator
@end

#import "OFMutableDictionary.h"

#ifdef __cplusplus
extern "C" {
#endif
extern struct of_dictionary_bucket of_dictionary_deleted_bucket;
#ifdef __cplusplus
}
#endif