]> granicus.if.org Git - graphviz/commitdiff
Add missing function declaration
authorerg <devnull@localhost>
Fri, 5 Mar 2010 18:06:10 +0000 (18:06 +0000)
committererg <devnull@localhost>
Fri, 5 Mar 2010 18:06:10 +0000 (18:06 +0000)
lib/glcomp/glcomptextpng.h

index b49068681a720beee2c0b0c683a3b1b6b4f3e426..0085f9fc45be4db8cdf0631ed7862ed3a1036028 100644 (file)
@@ -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);