summaryrefslogtreecommitdiff
path: root/main/php_output.h
diff options
context:
space:
mode:
Diffstat (limited to 'main/php_output.h')
-rw-r--r--main/php_output.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/php_output.h b/main/php_output.h
index f2f5848280..acea05617e 100644
--- a/main/php_output.h
+++ b/main/php_output.h
@@ -130,10 +130,10 @@ typedef struct _php_output_handler {
int level;
size_t size;
php_output_buffer buffer;
-
+
void *opaq;
void (*dtor)(void *opaq);
-
+
union {
php_output_handler_user_func_t *user;
php_output_handler_context_func_t internal;