diff options
Diffstat (limited to 'Include/ast.h')
-rw-r--r-- | Include/ast.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/ast.h b/Include/ast.h index a015336..055e8dc 100644 --- a/Include/ast.h +++ b/Include/ast.h @@ -4,6 +4,7 @@ extern "C" { #endif +PyAPI_FUNC(int) PyAST_Validate(mod_ty); PyAPI_FUNC(mod_ty) PyAST_FromNode( const node *n, PyCompilerFlags *flags, |