1 #ifndef GD_COMPAT_H 2 #define GD_COMPAT_H 1 3 4 #ifndef HAVE_GD_BUNDLED 5 /* from gd_compat.c */ 6 const char * gdPngGetVersionString(); 7 const char * gdJpegGetVersionString(); 8 int gdJpegGetVersionInt(); 9 #endif 10 11 /* from gd_compat.c of libgd/gd_security.c */ 12 int overflow2(int a, int b); 13 14 #endif /* GD_COMPAT_H */ 15