ObjFW  Diff

Differences From Artifact [3f6c3d3146]:

To Artifact [03b66f6ea0]:


83
84
85
86
87
88
89


/**
 * Changes the hash size of the dictionary.
 *
 * \param hashsize The new hash size for the dictionary
 */
- changeHashSize: (int)hashsize;
@end









>
>
83
84
85
86
87
88
89
90
91
/**
 * Changes the hash size of the dictionary.
 *
 * \param hashsize The new hash size for the dictionary
 */
- changeHashSize: (int)hashsize;
@end

#import "OFIterator.h"