diff options
Diffstat (limited to 'ext/standard/quot_print.h')
| -rw-r--r-- | ext/standard/quot_print.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/quot_print.h b/ext/standard/quot_print.h index abd959545f..c8a826a6f5 100644 --- a/ext/standard/quot_print.h +++ b/ext/standard/quot_print.h @@ -32,6 +32,6 @@ #ifndef _QUOT_PRINT_H #define _QUOT_PRINT_H -extern void php3_quoted_printable_decode(INTERNAL_FUNCTION_PARAMETERS); +PHP_FUNCTION(quoted_printable_decode); #endif /* _QUOT_PRINT_H */ |
