xref: /PHP-7.4/ext/gd/gd_compat.h (revision 31d85b84)
1 #ifndef GD_COMPAT_H
2 #define GD_COMPAT_H 1
3 
4 /* from gd_compat.c of libgd/gd_security.c */
5 int overflow2(int a, int b);
6 
7 #endif /* GD_COMPAT_H */
8