mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
9a863ddecf
ports/www/chimera was done before. PR: 4248 Submitted by: Bruce Gingery <bgingery@gtcs.com>
4 lines
193 B
C
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);
|