1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/www/chimera2/files/protopng.h
Thomas Gellekum 9a863ddecf Bring in changes for chimera-2.0a11. A repository copy from
ports/www/chimera was done before.

PR:		4248
Submitted by:	Bruce Gingery <bgingery@gtcs.com>
1997-11-26 07:53:35 +00:00

4 lines
193 B
C

/* Eliminate a couple of errors from image/image.c for missing prototype */
#include "image_format.h"
void pngInit(void (*lineProc)(void *, int, int), void *closure, struct ifs_vector *ifsv);