ObjFW  Diff

Differences From Artifact [afcd0b1350]:

To Artifact [248cfe45f9]:


23
24
25
26
27
28
29
30
31
32
33
34
#endif

#import "macros.h"

#ifdef __cplusplus
extern "C" {
#endif
extern uint32_t of_crc32(uint32_t crc, const unsigned char *_Nonnull bytes,
    size_t length);
#ifdef __cplusplus
}
#endif







|




23
24
25
26
27
28
29
30
31
32
33
34
#endif

#import "macros.h"

#ifdef __cplusplus
extern "C" {
#endif
extern uint32_t of_crc32(uint32_t crc, const void *_Nonnull bytes,
    size_t length);
#ifdef __cplusplus
}
#endif