ObjFW  Diff

Differences From Artifact [cef941820b]:

To Artifact [f1efc16deb]:


42
43
44
45
46
47
48
49

50

51
52
53
54
55
	struct OFUTF8StringIvars _storage;
}
@end

#ifdef __cplusplus
extern "C" {
#endif
extern int OFUTF8StringCheck(const char *, size_t, size_t *);

extern size_t OFUTF8StringIndexToPosition(const char *, size_t, size_t);

#ifdef __cplusplus
}
#endif

OF_ASSUME_NONNULL_END







|
>
|
>





42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
	struct OFUTF8StringIvars _storage;
}
@end

#ifdef __cplusplus
extern "C" {
#endif
extern int _OFUTF8StringCheck(const char *, size_t, size_t *)
    OF_VISIBILITY_HIDDEN;
extern size_t _OFUTF8StringIndexToPosition(const char *, size_t, size_t)
    OF_VISIBILITY_HIDDEN;
#ifdef __cplusplus
}
#endif

OF_ASSUME_NONNULL_END