8 lines
122 B
C
8 lines
122 B
C
#ifndef IMAGER_IMPERLIO_H
|
|
#define IMAGER_IMPERLIO_H
|
|
|
|
extern i_io_glue_t *
|
|
im_io_new_perlio(pTHX_ PerlIO *handle);
|
|
|
|
#endif
|