ObjFW  Diff

Differences From Artifact [f9fd1f2d0c]:

To Artifact [939e955648]:


160
161
162
163
164
165
166





167
168
169
170
171
172
173
		OF_HASH_FINALIZE(hash);
	} @finally {
		free(buffer);
	}

	return hash;
}






- (const char *)objCType
{
	OF_UNRECOGNIZED_SELECTOR
}

- (void)getValue: (void *)value







>
>
>
>
>







160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
		OF_HASH_FINALIZE(hash);
	} @finally {
		free(buffer);
	}

	return hash;
}

- (id)copy
{
	return [self retain];
}

- (const char *)objCType
{
	OF_UNRECOGNIZED_SELECTOR
}

- (void)getValue: (void *)value