summaryrefslogtreecommitdiffhomepage
path: root/lexer.h
diff options
context:
space:
mode:
Diffstat (limited to 'lexer.h')
-rw-r--r--lexer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lexer.h b/lexer.h
index 7a5726b..4d46ad0 100644
--- a/lexer.h
+++ b/lexer.h
@@ -29,7 +29,7 @@ extern const char *tokennames[__T_MAX];
bool
utf8enc(char **out, int *rem, int code);
-struct ut_opcode *
+uint32_t
ut_get_token(struct ut_state *s, const char *input, int *mlen);
#endif /* __LEXER_H_ */