projects
/
imager.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
PNG re-work: collect more text tags
[imager.git]
/
imextdef.h
1
#ifndef IMAGER_IMEXTDEF_H
2
#define IMAGER_IMEXTDEF_H
3
4
#include "imexttypes.h"
5
6
extern im_ext_funcs imager_function_table;
7
8
#define PERL_SET_GLOBAL_CALLBACKS \
9
sv_setiv(get_sv(PERL_FUNCTION_TABLE_NAME, 1), PTR2IV(&imager_function_table));
10
11
#endif