diff options
Diffstat (limited to 'ext/standard/quot_print.h')
-rw-r--r-- | ext/standard/quot_print.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/standard/quot_print.h b/ext/standard/quot_print.h index c8a826a6f5..985e83a4de 100644 --- a/ext/standard/quot_print.h +++ b/ext/standard/quot_print.h @@ -29,9 +29,9 @@ /* $Id$ */ -#ifndef _QUOT_PRINT_H -#define _QUOT_PRINT_H +#ifndef QUOT_PRINT_H +#define QUOT_PRINT_H PHP_FUNCTION(quoted_printable_decode); -#endif /* _QUOT_PRINT_H */ +#endif /* QUOT_PRINT_H */ |