ObjFW  Diff

Differences From Artifact [441f3c4a6d]:

To Artifact [482cb22a3c]:


526
527
528
529
530
531
532


533
534
535
536
537
538
539
540
541
542
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544







+
+










 * \brief Compares the object with another object.
 *
 * \param object An object to compare the object to
 * \return The result of the comparison
 */
- (of_comparison_result_t)compare: (id)object;
@end

#import "OFObject+Serialization.h"

#ifdef __cplusplus
extern "C" {
#endif
extern id objc_getProperty(id, SEL, ptrdiff_t, BOOL);
extern void objc_setProperty(id, SEL, ptrdiff_t, id, BOOL, BOOL);
extern size_t of_pagesize;
#ifdef __cplusplus
}
#endif