summaryrefslogtreecommitdiff
path: root/main/SAPI.h
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-11-26 15:18:42 +0100
committerAnatol Belski <ab@php.net>2016-11-26 17:29:01 +0100
commitb204b3abd19f86bd9217866189cdebcc6abc0d95 (patch)
tree324e3c86634583ef7d58bc0f3e19dfbdeb85773c /main/SAPI.h
parent1b7e014d1ce21b9eb6021111c1005d047b5b9a1b (diff)
downloadphp-git-b204b3abd19f86bd9217866189cdebcc6abc0d95.tar.gz
further normalizations, uint vs uint32_t
fix merge mistake yet one more replacement run
Diffstat (limited to 'main/SAPI.h')
-rw-r--r--main/SAPI.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/SAPI.h b/main/SAPI.h
index e02bab9c61..c10e1cbfaa 100644
--- a/main/SAPI.h
+++ b/main/SAPI.h
@@ -273,7 +273,7 @@ struct _sapi_module_struct {
struct _sapi_post_entry {
char *content_type;
- uint content_type_len;
+ uint32_t content_type_len;
void (*post_reader)(void);
void (*post_handler)(char *content_type_dup, void *arg);
};