aboutsummaryrefslogtreecommitdiffstats
path: root/src/calcurse.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/calcurse.h')
-rw-r--r--src/calcurse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/calcurse.h b/src/calcurse.h
index e5af531..c362055 100644
--- a/src/calcurse.h
+++ b/src/calcurse.h
@@ -1115,7 +1115,7 @@ int ui_todo_get_view(void);
void ui_todo_set_view(int);
/* utf8.c */
-int utf8_ord(const char *);
+int utf8_decode(const char *);
int utf8_width(char *);
int utf8_strwidth(char *);
int utf8_chop(char *, int);