X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=mouse.h;h=e58d8ae5cd713507ef76a7648d7fe6094cc24f77;hp=01518fda6486091fb0c82a52a94c21e1bf252da0;hb=d67f600df9deb0deb95616f617c1aca3fd78a2e3;hpb=1194aedef7b9a3f8c4a36fd7060c27b1a2907b87 diff --git a/mouse.h b/mouse.h index 01518fd..e58d8ae 100644 --- a/mouse.h +++ b/mouse.h @@ -101,6 +101,7 @@ GV* mouse_stash_fetch(pTHX_ HV* const stash, const char* const name, I32 const n #define stash_fetch(s, n, l, c) mouse_stash_fetch(aTHX_ (s), (n), (l), (c)) #define stash_fetchs(s, n, c) mouse_stash_fetch(aTHX_ (s), STR_WITH_LEN(n), (c)) +void mouse_install_sub(pTHX_ GV* const gv, SV* const code_ref); #define MOUSEf_DIE_ON_FAIL 0x01 MAGIC* mouse_mg_find(pTHX_ SV* const sv, const MGVTBL* const vtbl, I32 const flags);