summaryrefslogtreecommitdiff
path: root/main/SAPI.h
diff options
context:
space:
mode:
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);
};