]> git.imager.perl.org - imager.git/blobdiff - imext.c
pick up im_ prefix functions too
[imager.git] / imext.c
diff --git a/imext.c b/imext.c
index 9b85350eb3c194916a9015e27d6ae3a0e829f319..3f19123198b5f57cf1383dea2e31ff11f2b74794 100644 (file)
--- a/imext.c
+++ b/imext.c
@@ -161,14 +161,7 @@ im_ext_funcs imager_function_table =
     im_loog,
     im_context_refinc,
     im_context_refdec,
-    im_errors,
-    i_mutex_new,
-    i_mutex_destroy,
-    i_mutex_lock,
-    i_mutex_unlock,
-    im_context_slot_new,
-    im_context_slot_set,
-    im_context_slot_get
+    im_errors
   };
 
 /* in general these functions aren't called by Imager internally, but
@@ -574,7 +567,7 @@ int
 Retrieve the context object for the current thread.
 
 Inside Imager itself this is just a function pointer, which the
-F<Imager.xs> BOOT handler initializes for use within perl.  If you're
+Imager.xs BOOT handler initializes for use within perl.  If you're
 taking the Imager code and embedding it elsewhere you need to
 initialize the C<im_get_context> pointer at some point.