From: erg Date: Fri, 5 Mar 2010 18:06:10 +0000 (+0000) Subject: Add missing function declaration X-Git-Tag: LAST_LIBGRAPH~32^2~1405 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ade13b625ad8d5fa9e2ee19709688e30b538a3ac;p=graphviz Add missing function declaration --- diff --git a/lib/glcomp/glcomptextpng.h b/lib/glcomp/glcomptextpng.h index b49068681..0085f9fc4 100644 --- a/lib/glcomp/glcomptextpng.h +++ b/lib/glcomp/glcomptextpng.h @@ -13,3 +13,5 @@ * Information and Software Systems Research * * AT&T Research, Florham Park NJ * **********************************************************/ + +unsigned char *load_png(char *filename, int *imageWidth, int *imageHeight);