The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#ifndef IMAGER_IMPERLIO_H
#define IMAGER_IMPERLIO_H

extern i_io_glue_t *
im_io_new_perlio(pTHX_ PerlIO *handle);

#endif