further normalizations, uint vs uint32_t

fix merge mistake

yet one more replacement run
This commit is contained in:
Anatol Belski 2016-11-26 15:18:42 +01:00
parent 1b7e014d1c
commit b204b3abd1
63 changed files with 191 additions and 191 deletions

View file

@ -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);
};