]> git.imager.perl.org - imager.git/blame - imextdef.h
update Changes
[imager.git] / imextdef.h
CommitLineData
92bda632
TC
1#ifndef IMAGER_IMEXTDEF_H
2#define IMAGER_IMEXTDEF_H
3
4#include "imexttypes.h"
5
6extern 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