aboutsummaryrefslogtreecommitdiff
path: root/src/c8asm/lexer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/c8asm/lexer.h')
-rw-r--r--src/c8asm/lexer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/c8asm/lexer.h b/src/c8asm/lexer.h
index ef20cef..46692a8 100644
--- a/src/c8asm/lexer.h
+++ b/src/c8asm/lexer.h
@@ -23,6 +23,6 @@ struct tokens {
};
const char *tokrepr(tokkind);
-struct tokens lexfile(struct u8view);
+struct tokens lexfile();
#endif /* !AHOY_C8ASM_LEXER_H */