summaryrefslogtreecommitdiff
path: root/ext/gd/gd_compat.h
blob: db757f59883ec1dbabbf59037e15fe032dbc7ff2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef GD_COMPAT_H
#define GD_COMPAT_H 1

#ifndef HAVE_GD_BUNDLED
/* from gd_compat.c */
const char * gdPngGetVersionString();
const char * gdJpegGetVersionString();
int gdJpegGetVersionInt();
#endif

/* from gd_compat.c of libgd/gd_security.c */
int overflow2(int a, int b);

#endif /* GD_COMPAT_H */