Description: Prototype private goocanvas functions
 This is nasty, but seems hard to avoid.  Without this there will be
 segfaults on some 64-bit systems.
Origin: vendor, https://gitweb.gentoo.org/repo/gentoo.git/tree/dev-perl/Goo-Canvas/files/fix_implicit_pointer_declaration.patch
Author: Markos Chandras <hwoarang@gentoo.org>
Last-Update: 2015-12-28

Index: b/goocanvas-perl.h
===================================================================
--- a/goocanvas-perl.h
+++ b/goocanvas-perl.h
@@ -9,6 +9,9 @@
 #include "cairo-perl.h"
 #include "goocanvas.h"
 
+cairo_pattern_t* goo_canvas_cairo_pattern_from_pixbuf (GdkPixbuf *pixbuf);
+cairo_surface_t* goo_canvas_cairo_surface_from_pixbuf (GdkPixbuf *pixbuf);
+
 /* FIXME: How to avoid compile error in autogen.h */
 #define GooCairoPattern cairo_pattern_t
 #define GooCairoMatrix cairo_matrix_t
