X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=mouse.h;h=01518fda6486091fb0c82a52a94c21e1bf252da0;hp=f30029f2bce822622d35fe9675e2393c5de76b43;hb=d39ac61c301d8857e33e6077252e461654d8a37f;hpb=06afbf314918195c3d4ab2e154f84d46b2633d7c diff --git a/mouse.h b/mouse.h index f30029f..01518fd 100644 --- a/mouse.h +++ b/mouse.h @@ -60,6 +60,7 @@ extern SV* mouse_package; extern SV* mouse_namespace; extern SV* mouse_methods; extern SV* mouse_name; +extern SV* mouse_coerce; void mouse_throw_error(SV* const metaobject, SV* const data /* not used */, const char* const fmt, ...)