ObjFW  Diff

Differences From Artifact [fdedfa544a]:

To Artifact [24db658a1c]:


883
884
885
886
887
888
889
890
891
892
893
894
895
#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 size_t of_pagesize;
extern size_t of_num_cpus;
extern uint32_t of_hash_seed;
#ifdef __cplusplus
}
#endif







<
<




883
884
885
886
887
888
889


890
891
892
893
#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