diff options
Diffstat (limited to 'ext/gd/libgd/gdfontg.h')
-rw-r--r-- | ext/gd/libgd/gdfontg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/gd/libgd/gdfontg.h b/ext/gd/libgd/gdfontg.h index a70f266d63..8a3e95e8bc 100644 --- a/ext/gd/libgd/gdfontg.h +++ b/ext/gd/libgd/gdfontg.h @@ -20,6 +20,7 @@ extern "C" { #include "gd.h" extern gdFontPtr gdFontGiant; +extern gdFontPtr gdFontGetGiant(void); #ifdef __cplusplus } |