xref: /PHP-7.3/ext/gd/gd_compat.h (revision c8ba185c)
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 #endif
9 
10 /* from gd_compat.c of libgd/gd_security.c */
11 int overflow2(int a, int b);
12 
13 #endif /* GD_COMPAT_H */
14