/* vim:set ts=4 sw=4: * * (C) 2008 Willem Hengeveld itsme@xs4all.nl * * IdcPerl - a perl scripting plugin for the Interactive Disassembler by hex-rays. * see http://www.xs4all.nl/~itsme/projects/idcperl * */ #ifndef __PERL_MAGIC_H__ #define __PERL_MAGIC_H__ void register_magic(pTHX); #endif