summaryrefslogtreecommitdiff
path: root/main/rfc1867.h
diff options
context:
space:
mode:
Diffstat (limited to 'main/rfc1867.h')
-rw-r--r--main/rfc1867.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/rfc1867.h b/main/rfc1867.h
index 8df4fa8b52..cb7e25c78f 100644
--- a/main/rfc1867.h
+++ b/main/rfc1867.h
@@ -54,7 +54,7 @@ typedef struct _multipart_event_file_data {
zend_off_t offset;
char *data;
size_t length;
- size_t *newlength;
+ size_t *newlength;
} multipart_event_file_data;
typedef struct _multipart_event_file_end {
@@ -86,6 +86,6 @@ SAPI_API void php_rfc1867_set_multibyte_callbacks(
php_rfc1867_set_input_encoding_t set_input_encoding,
php_rfc1867_getword_t getword,
php_rfc1867_getword_conf_t getword_conf,
- php_rfc1867_basename_t basename);
+ php_rfc1867_basename_t basename);
#endif /* RFC1867_H */