summaryrefslogtreecommitdiffstats
path: root/sxiv.h
diff options
context:
space:
mode:
authorBert Münnich <ber.t@posteo.de>2017-12-07 14:57:02 +0100
committerBert Münnich <ber.t@posteo.de>2017-12-07 21:19:53 +0100
commit3c7d6f3528432a433cd368605e4dc6f0fecaa898 (patch)
treed05be3b28e7519ea5d00ea091efa18728992f87a /sxiv.h
parent69b2d3cafdb580a5123747191c4fe92fccc47ced (diff)
downloadnsxiv-3c7d6f3528432a433cd368605e4dc6f0fecaa898.tar.zst
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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sxiv.h b/sxiv.h
index 29bdb2b..4e384c8 100644
--- a/sxiv.h
+++ b/sxiv.h
@@ -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 */