diff options
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); |