diff options
Diffstat (limited to 'src/include/microhttpd.h')
-rw-r--r-- | src/include/microhttpd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h index d50672ec..a824b72f 100644 --- a/src/include/microhttpd.h +++ b/src/include/microhttpd.h | |||
@@ -4789,7 +4789,7 @@ enum MHD_DigestAuthMultiQOP | |||
4789 | * | 4789 | * |
4790 | * Application may modify buffers as needed until #MHD_free() is called for | 4790 | * Application may modify buffers as needed until #MHD_free() is called for |
4791 | * pointer to this structure | 4791 | * pointer to this structure |
4792 | * @note Available since #MHD_VERSION 0x00097525 | 4792 | * @note Available since #MHD_VERSION 0x00097533 |
4793 | */ | 4793 | */ |
4794 | struct MHD_DigestAuthInfo | 4794 | struct MHD_DigestAuthInfo |
4795 | { | 4795 | { |
@@ -4799,7 +4799,7 @@ struct MHD_DigestAuthInfo | |||
4799 | * @warning Do not be confused with #MHD_DigestAuthAlgorithm, | 4799 | * @warning Do not be confused with #MHD_DigestAuthAlgorithm, |
4800 | * which uses other values! | 4800 | * which uses other values! |
4801 | */ | 4801 | */ |
4802 | enum MHD_DigestAuthAlgo3 algo; | 4802 | enum MHD_DigestAuthAlgo3 algo3; |
4803 | 4803 | ||
4804 | /** | 4804 | /** |
4805 | * The type of username used by client. | 4805 | * The type of username used by client. |