summaryrefslogtreecommitdiff
path: root/ext/gd/gd_compat.h
blob: 6128071dc5cb9fa0f3d43d710e4bbfe5938b8774 (plain)
1
2
3
4
5
6
7
#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 */