summaryrefslogtreecommitdiffstatshomepage
path: root/py/frozenmod.h
diff options
context:
space:
mode:
Diffstat (limited to 'py/frozenmod.h')
-rw-r--r--py/frozenmod.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/py/frozenmod.h b/py/frozenmod.h
index a1638d2293..f08cb5e321 100644
--- a/py/frozenmod.h
+++ b/py/frozenmod.h
@@ -31,3 +31,4 @@ enum {
};
int mp_find_frozen_module(const char *str, size_t len, void **data);
+mp_import_stat_t mp_frozen_stat(const char *str);