mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
8 lines
144 B
C
8 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 */
|