X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=mouse.h;h=98f7f31f762769e6ffe048466212cb9d122e564f;hp=9447037a156a6d87415d453dc9169e18fe89e591;hb=f48920c11c806b2a1fd60be145ff2cdf79750878;hpb=43e49d9325893d1293ffbc7ba2f1e5b9312716fa diff --git a/mouse.h b/mouse.h index 9447037..98f7f31 100644 --- a/mouse.h +++ b/mouse.h @@ -176,6 +176,10 @@ int mouse_tc_GlobRef (pTHX_ SV* const sv); int mouse_tc_FileHandle(pTHX_ SV* const sv); int mouse_tc_Object (pTHX_ SV* const sv); +const char* mouse_canonicalize_package_name(const char* name); + +XS(XS_isa_check); +XS(XS_isa_check_for_universal); #endif /* !MOUSE_H */