summaryrefslogtreecommitdiffstatshomepage
path: root/unix/lexerunix.h
diff options
context:
space:
mode:
Diffstat (limited to 'unix/lexerunix.h')
-rw-r--r--unix/lexerunix.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/unix/lexerunix.h b/unix/lexerunix.h
new file mode 100644
index 0000000000..aa7631cb0b
--- /dev/null
+++ b/unix/lexerunix.h
@@ -0,0 +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);