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