summaryrefslogtreecommitdiffstatshomepage
path: root/unix/lexerunix.h
diff options
context:
space:
mode:
Diffstat (limited to 'unix/lexerunix.h')
-rw-r--r--unix/lexerunix.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/lexerunix.h b/unix/lexerunix.h
index aa7631cb0b..d86f202d53 100644
--- a/unix/lexerunix.h
+++ b/unix/lexerunix.h
@@ -1,2 +1,2 @@
-py_lexer_t *py_lexer_new_from_str_len(const char *src_name, const char *str, uint len, bool free_str);
-py_lexer_t *py_lexer_new_from_file(const char *filename);
+mp_lexer_t *mp_lexer_new_from_str_len(const char *src_name, const char *str, uint len, bool free_str);
+mp_lexer_t *mp_lexer_new_from_file(const char *filename);