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

4 lines
193 B
C
Raw Normal View History

/* 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);