diff --git a/vips.go b/vips.go index 911a5f9..de7bc4f 100644 --- a/vips.go +++ b/vips.go @@ -160,7 +160,7 @@ func VipsVectorSetEnabled(enable bool) { // VipsDebugInfo outputs to stdout libvips collected data. Useful for debugging. func VipsDebugInfo() { - C.im__print_all() + C.vips_object_print_all() } // VipsMemory gets memory info stats from libvips (cache size, memory allocs...) diff --git a/vips.h b/vips.h index c3ebb86..bbfd4aa 100644 --- a/vips.h +++ b/vips.h @@ -2,7 +2,6 @@ #include #include #include -#include #include /**