Explorar o código

Fixed reused enum values

Evgeny Grin (Karlson2k) hai 1 ano
pai
achega
d47c202beb
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/include/microhttpd2.h

+ 2 - 2
src/include/microhttpd2.h

@@ -11503,7 +11503,7 @@ enum MHD_FIXED_ENUM_APP_SET_ MHD_RequestInfoDynamicType
    * The result is placed in @a v_uint64 member.
    * @ingroup request
    */
-  MHD_REQUEST_INFO_DYNAMIC_UPLOAD_SIZE_PROCESSED = 12
+  MHD_REQUEST_INFO_DYNAMIC_UPLOAD_SIZE_PROCESSED = 14
   ,
   /**
    * Get the total size of the content upload left to be processed.
@@ -11515,7 +11515,7 @@ enum MHD_FIXED_ENUM_APP_SET_ MHD_RequestInfoDynamicType
    * The result is placed in @a v_uint64 member.
    * @ingroup request
    */
-  MHD_REQUEST_INFO_DYNAMIC_UPLOAD_SIZE_TO_PROCESS = 13
+  MHD_REQUEST_INFO_DYNAMIC_UPLOAD_SIZE_TO_PROCESS = 15
   ,
   /**
    * Return length of the client's HTTP request header.