[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libmicrohttpd] 01/04: Corrected naming enum MHD_HTTP_version -> enum MH
From: |
gnunet |
Subject: |
[libmicrohttpd] 01/04: Corrected naming enum MHD_HTTP_version -> enum MHD_HTTP_Version |
Date: |
Sun, 13 Jun 2021 10:55:32 +0200 |
This is an automated email from the git hooks/post-receive script.
karlson2k pushed a commit to branch master
in repository libmicrohttpd.
commit c7a0cf287b1aef15840646073fd05424db4029e9
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Sat Jun 12 18:30:28 2021 +0300
Corrected naming enum MHD_HTTP_version -> enum MHD_HTTP_Version
---
src/microhttpd/internal.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h
index aa4986a2..a11da7f7 100644
--- a/src/microhttpd/internal.h
+++ b/src/microhttpd/internal.h
@@ -732,7 +732,7 @@ enum MHD_ConnKeepAlive
MHD_CONN_USE_KEEPALIVE = 1
};
-enum MHD_HTTP_version
+enum MHD_HTTP_Version
{
/**
* Not a HTTP protocol or HTTP version is invalid.
@@ -894,7 +894,7 @@ struct MHD_Connection
/**
* HTTP protocol version as enum.
*/
- enum MHD_HTTP_version http_ver;
+ enum MHD_HTTP_Version http_ver;
/**
* Close connection after sending response?
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.