diff options
author | Bert Münnich <ber.t@posteo.de> | 2017-12-07 14:57:02 +0100 |
---|---|---|
committer | Bert Münnich <ber.t@posteo.de> | 2017-12-07 21:19:53 +0100 |
commit | 3c7d6f3528432a433cd368605e4dc6f0fecaa898 (patch) | |
tree | d05be3b28e7519ea5d00ea091efa18728992f87a /sxiv.h | |
parent | 69b2d3cafdb580a5123747191c4fe92fccc47ced (diff) |
Replace utf8codepoint with Chris Wellons' utf8_decode
Code under a different license should be kept in a separate file. This
implemention is a single header file with ~65 lines, so it better fits this
requirement.
Diffstat (limited to 'sxiv.h')
-rw-r--r-- | sxiv.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -361,7 +361,6 @@ int r_opendir(r_dir_t*, const char*, bool); int r_closedir(r_dir_t*); char* r_readdir(r_dir_t*); int r_mkdir(char*); -void* utf8codepoint(const void * __restrict__ str, long * __restrict__ out_codepoint); /* window.c */ |