From: Andrei Zmievski Date: Mon, 23 Oct 2000 02:01:19 +0000 (+0000) Subject: Fix bug #7397 X-Git-Tag: php-4.0.4RC3~548 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fa8452bbb252e69ffa6d31bb5336ee3c967949fc;p=php Fix bug #7397 --- diff --git a/ext/gd/gdt1.h b/ext/gd/gdt1.h index d10d94415e..848e7bb4e9 100644 --- a/ext/gd/gdt1.h +++ b/ext/gd/gdt1.h @@ -23,8 +23,8 @@ #include -extern void php_free_ps_font(int *); -extern void php_free_ps_enc(char **); +extern void php_free_ps_font(zend_rsrc_list_entry *rsrc); +extern void php_free_ps_enc(zend_rsrc_list_entry *rsrc); #endif