gd_compat.h 303 B

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