X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=mouse.h;h=dc5858e2f7893463fdb2434367f1d4d806196bca;hp=98f7f31f762769e6ffe048466212cb9d122e564f;hb=441964ce2aaf63287281b9084b131ecb124a3405;hpb=9848c34b3a1447a0992420dd7bed5c3ee8c546f5 diff --git a/mouse.h b/mouse.h index 98f7f31..dc5858e 100644 --- a/mouse.h +++ b/mouse.h @@ -176,10 +176,9 @@ 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); +CV* generate_isa_predicate_for(pTHX_ SV* const klass, const char* const predicate_name); -XS(XS_isa_check); -XS(XS_isa_check_for_universal); +XS(XS_Mouse_parameterized_check); #endif /* !MOUSE_H */