summaryrefslogtreecommitdiffhomepage
path: root/lexer.h
diff options
context:
space:
mode:
Diffstat (limited to 'lexer.h')
-rw-r--r--lexer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lexer.h b/lexer.h
index 08984fc..e45d3e3 100644
--- a/lexer.h
+++ b/lexer.h
@@ -28,9 +28,9 @@ bool
utf8enc(char **out, int *rem, int code);
uint32_t
-ut_get_token(struct ut_state *s, FILE *fp);
+uc_get_token(struct uc_state *s, FILE *fp);
const char *
-ut_get_tokenname(int type);
+uc_get_tokenname(int type);
#endif /* __LEXER_H_ */