typedef void *minthandle_t;
#endif
-#include "ext.h"
+#include "plug.h"
struct DSO_handle_tag {
minthandle_t handle;
/* #include "XSUB.h" so we can compile on threaded perls */
#include "imageri.h"
-static im_context_t
-do_get_context(void) {
- return im_get_context();
-}
-
static symbol_table_t symbol_table=
{
i_has_format,
ICL_set_internal,
ICL_info,
- do_get_context,
- im_img_empty_ch,
+ i_img_new,
+ i_img_empty,
+ i_img_empty_ch,
i_img_exorcise,
i_img_info,
i_img_setmask,