projects
/
imager.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
add new comparison method rgb_difference that resembles arithmetical difference per...
[imager.git]
/
imperlio.h
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
1
#ifndef IMAGER_IMPERLIO_H
2
#define IMAGER_IMPERLIO_H
3
4
extern i_io_glue_t *
5
im_io_new_perlio(pTHX_ PerlIO *handle);
6
7
#endif