X-Git-Url: http://git.ipfire.org/?p=people%2Fms%2Flibloc.git;a=blobdiff_plain;f=src%2Fpython%2Fas.h;h=19b5c73050eefdd413e9f856b53021c8dcbaf819;hp=223b84723d3facc8fa5535bb20752d1f6de8ce1a;hb=86ca7ef731d61e650a777bd503413676fdc250d4;hpb=1da9cd3923d01e4b865f7c5605b16b63fcf32f2a diff --git a/src/python/as.h b/src/python/as.h index 223b847..19b5c73 100644 --- a/src/python/as.h +++ b/src/python/as.h @@ -32,4 +32,6 @@ typedef struct { extern PyTypeObject ASType; +PyObject* new_as(PyTypeObject* type, struct loc_as* as); + #endif /* PYTHON_LOCATION_AS_H */