gd_compat.h 276 B

12345678910111213
  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. #endif
  8. /* from gd_compat.c of libgd/gd_security.c */
  9. int overflow2(int a, int b);
  10. #endif /* GD_COMPAT_H */