ObjFW  Diff

Differences From Artifact [6df0d0f15b]:

To Artifact [3a0eaddd4d]:


940
941
942
943
944
945
946

947
948
949
950
#import "OFObject+Serialization.h"

#ifdef __cplusplus
extern "C" {
#endif
extern id of_alloc_object(Class class_, size_t extraSize, size_t extraAlignment,
    void **extra);

extern uint32_t of_hash_seed;
#ifdef __cplusplus
}
#endif







>




940
941
942
943
944
945
946
947
948
949
950
951
#import "OFObject+Serialization.h"

#ifdef __cplusplus
extern "C" {
#endif
extern id of_alloc_object(Class class_, size_t extraSize, size_t extraAlignment,
    void **extra);
extern void OF_NO_RETURN of_method_not_found(id self, SEL _cmd);
extern uint32_t of_hash_seed;
#ifdef __cplusplus
}
#endif