mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
7 lines
144 B
C
7 lines
144 B
C
#ifndef GD_COMPAT_H
|
|
#define GD_COMPAT_H 1
|
|
|
|
/* from gd_compat.c of libgd/gd_security.c */
|
|
int overflow2(int a, int b);
|
|
|
|
#endif /* GD_COMPAT_H */
|