diff options
| author | Andrei Zmievski <andrei@php.net> | 2000-10-23 02:01:19 +0000 |
|---|---|---|
| committer | Andrei Zmievski <andrei@php.net> | 2000-10-23 02:01:19 +0000 |
| commit | fa8452bbb252e69ffa6d31bb5336ee3c967949fc (patch) | |
| tree | d4c0987b62474ebb07d6aaf2e7d6dbcba321852e /ext | |
| parent | 4fa1a4b4682c7247980aca2f21b2a5542fb3c9ec (diff) | |
| download | php-git-fa8452bbb252e69ffa6d31bb5336ee3c967949fc.tar.gz | |
Fix bug #7397
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/gd/gdt1.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 <t1lib.h> -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 |
