diff options
| author | Uwe Steinmann <steinm@php.net> | 1999-08-06 10:42:00 +0000 |
|---|---|---|
| committer | Uwe Steinmann <steinm@php.net> | 1999-08-06 10:42:00 +0000 |
| commit | 7ef3076a56015fd62e0fa320c53928d66c25fc64 (patch) | |
| tree | f7f5bdcd28b019d02c81cf597393e74b7a352fd6 /ext/pdf/php3_pdf.h | |
| parent | 4b8a100ec97dde79c5dc9e3ba0b50c3ce8939e85 (diff) | |
| download | php-git-7ef3076a56015fd62e0fa320c53928d66c25fc64.tar.gz | |
Made Hypwerwave module threat safe
Diffstat (limited to 'ext/pdf/php3_pdf.h')
| -rw-r--r-- | ext/pdf/php3_pdf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdf/php3_pdf.h b/ext/pdf/php3_pdf.h index 3f311a8499..f7393c3f15 100644 --- a/ext/pdf/php3_pdf.h +++ b/ext/pdf/php3_pdf.h @@ -42,7 +42,7 @@ extern php3_module_entry pdf_module_entry; extern PHP_MINFO_FUNCTION(pdf); extern PHP_MINIT_FUNCTION(pdf); -extern int php3_mend_pdf(void); +extern PHP_MSHUTDOWN_FUNCTION(pdf); PHP_FUNCTION(pdf_set_info_creator); PHP_FUNCTION(pdf_set_info_title); PHP_FUNCTION(pdf_set_info_subject); |
