mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
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);
|