#ifndef EMBXS_H #define EMBXS_H //headers from the Perl distribution #include #define WIN32IO_IS_STDIO #ifndef WIN32 extern "C" { //the perl headers dont do this for us... #endif #include #include #ifndef WIN32 }; #endif const char *getItemName(unsigned itemid); XS(XS_qc_getItemName); /* prototype to pass -Wmissing-prototypes */ EXTERN_C XS(boot_qc); /* prototype to pass -Wmissing-prototypes */ #endif // EMBXS_H