ObjFW  Diff

Differences From Artifact [602628a08f]:

To Artifact [7165df4034]:


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

#import "macros.h"

#ifdef __cplusplus
extern "C" {
#endif
extern uint16_t of_crc16(uint16_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 uint16_t of_crc16(uint16_t crc, const void *_Nonnull bytes,
    size_t length);
#ifdef __cplusplus
}
#endif