X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fas3%2Fpool.h;h=09e73774f608d7b70058a4b8c92c475ee6cfb18b;hb=bb864e1a88e670c99d559c7dee4f74e9bf7d978b;hp=5a03a6762fac698d6a6d30ba0a5befb3d4fd30d9;hpb=c873335ba84fe69cb4a1183326c9cfef160509e2;p=swftools.git diff --git a/lib/as3/pool.h b/lib/as3/pool.h index 5a03a67..09e7377 100644 --- a/lib/as3/pool.h +++ b/lib/as3/pool.h @@ -178,6 +178,7 @@ int pool_register_multiname2(pool_t*pool, char*name); /* creation */ namespace_t* namespace_new(U8 access, const char*name); +namespace_t* namespace_new_namespace(const char*name); namespace_t* namespace_new_package(const char*name); namespace_t* namespace_new_packageinternal(const char*name); namespace_t* namespace_new_protected(const char*name);