summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl.straw/lib/Imager/include/imextdef.h
blob: d1c5f50b76b5f12fa263f87034d1f5ef78dfa3fc (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef IMAGER_IMEXTDEF_H
#define IMAGER_IMEXTDEF_H

#include "imexttypes.h"

extern im_ext_funcs imager_function_table;

#define PERL_SET_GLOBAL_CALLBACKS \
  sv_setiv(get_sv(PERL_FUNCTION_TABLE_NAME, 1), PTR2IV(&imager_function_table));

#endif