aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-10-31 13:06:08 +0100
committerChristian Grothoff <christian@grothoff.org>2019-10-31 13:06:08 +0100
commit7389c3452884ad29faf5a2d6856aebd364ffae6b (patch)
tree71246e22c8513c0dcbf79b837cb9c084c29e434c /src/include
parente0a076284525eaf2ec4cb356a40cccc25e24f2b1 (diff)
downloadlibmicrohttpd-7389c3452884ad29faf5a2d6856aebd364ffae6b.tar.gz
libmicrohttpd-7389c3452884ad29faf5a2d6856aebd364ffae6b.zip
tighten formatting rules
Diffstat (limited to 'src/include')
-rw-r--r--src/include/mhd_options.h1
-rw-r--r--src/include/microhttpd.h4
-rw-r--r--src/include/microhttpd2.h7
-rw-r--r--src/include/microhttpd_tls.h1
4 files changed, 0 insertions, 13 deletions
diff --git a/src/include/mhd_options.h b/src/include/mhd_options.h
index 26ab49e1..354ccb45 100644
--- a/src/include/mhd_options.h
+++ b/src/include/mhd_options.h
@@ -42,7 +42,6 @@
42#define _(String) (String) 42#define _(String) (String)
43 43
44 44
45
46#ifndef _MHD_EXTERN 45#ifndef _MHD_EXTERN
47#if defined(BUILDING_MHD_LIB) && defined(_WIN32) && \ 46#if defined(BUILDING_MHD_LIB) && defined(_WIN32) && \
48 (defined(DLL_EXPORT) || defined(MHD_W32DLL)) 47 (defined(DLL_EXPORT) || defined(MHD_W32DLL))
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index d90484b8..61d6ec23 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -2670,8 +2670,6 @@ MHD_run_from_select (struct MHD_Daemon *daemon,
2670 const fd_set *except_fd_set); 2670 const fd_set *except_fd_set);
2671 2671
2672 2672
2673
2674
2675/* **************** Connection handling functions ***************** */ 2673/* **************** Connection handling functions ***************** */
2676 2674
2677/** 2675/**
@@ -3085,8 +3083,6 @@ MHD_create_response_from_buffer (size_t size,
3085 enum MHD_ResponseMemoryMode mode); 3083 enum MHD_ResponseMemoryMode mode);
3086 3084
3087 3085
3088
3089
3090/** 3086/**
3091 * Create a response object. The response object can be extended with 3087 * Create a response object. The response object can be extended with
3092 * header information and then be used any number of times. 3088 * header information and then be used any number of times.
diff --git a/src/include/microhttpd2.h b/src/include/microhttpd2.h
index 9716573c..1262c7a8 100644
--- a/src/include/microhttpd2.h
+++ b/src/include/microhttpd2.h
@@ -124,7 +124,6 @@ typedef intptr_t ssize_t;
124#define MHD_VERSION 0x01000000 124#define MHD_VERSION 0x01000000
125 125
126 126
127
128/** 127/**
129 * Representation of 'bool' in the public API as stdbool.h may not 128 * Representation of 'bool' in the public API as stdbool.h may not
130 * always be available. 129 * always be available.
@@ -526,7 +525,6 @@ enum MHD_StatusCode
526 MHD_SC_CHUNKED_ENCODING_MALFORMED = 40007, 525 MHD_SC_CHUNKED_ENCODING_MALFORMED = 40007,
527 526
528 527
529
530 /* 50000-level errors are because of an error internal 528 /* 50000-level errors are because of an error internal
531 to the MHD logic, possibly including our interaction 529 to the MHD logic, possibly including our interaction
532 with the operating system (but not the application) */ 530 with the operating system (but not the application) */
@@ -826,7 +824,6 @@ enum MHD_StatusCode
826 MHD_SC_FAILED_RESPONSE_HEADER_GENERATION = 50056, 824 MHD_SC_FAILED_RESPONSE_HEADER_GENERATION = 50056,
827 825
828 826
829
830 /* 60000-level errors are because the application 827 /* 60000-level errors are because the application
831 logic did something wrong or generated an error. */ 828 logic did something wrong or generated an error. */
832 829
@@ -1137,7 +1134,6 @@ enum MHD_Method
1137/** @} */ /* end of group postenc */ 1134/** @} */ /* end of group postenc */
1138 1135
1139 1136
1140
1141/** 1137/**
1142 * @defgroup headers HTTP headers 1138 * @defgroup headers HTTP headers
1143 * These are the standard headers found in HTTP requests and responses. 1139 * These are the standard headers found in HTTP requests and responses.
@@ -2656,7 +2652,6 @@ enum MHD_ValueKind
2656}; 2652};
2657 2653
2658 2654
2659
2660/** 2655/**
2661 * Iterator over key-value pairs. This iterator can be used to 2656 * Iterator over key-value pairs. This iterator can be used to
2662 * iterate over all of the cookies, headers, or POST-data fields of a 2657 * iterate over all of the cookies, headers, or POST-data fields of a
@@ -2747,7 +2742,6 @@ MHD_request_lookup_value (struct MHD_Request *request,
2747MHD_NONNULL (1); 2742MHD_NONNULL (1);
2748 2743
2749 2744
2750
2751/** 2745/**
2752 * @defgroup httpcode HTTP response codes. 2746 * @defgroup httpcode HTTP response codes.
2753 * These are the status codes defined for HTTP responses. 2747 * These are the status codes defined for HTTP responses.
@@ -3587,7 +3581,6 @@ MHD_action_parse_post (size_t buffer_size,
3587MHD_NONNULL (2); 3581MHD_NONNULL (2);
3588 3582
3589 3583
3590
3591/* ********************** generic query functions ********************** */ 3584/* ********************** generic query functions ********************** */
3592 3585
3593 3586
diff --git a/src/include/microhttpd_tls.h b/src/include/microhttpd_tls.h
index 7bd7d477..2834f333 100644
--- a/src/include/microhttpd_tls.h
+++ b/src/include/microhttpd_tls.h
@@ -46,7 +46,6 @@
46struct MHD_TLS_ConnectionState; 46struct MHD_TLS_ConnectionState;
47 47
48 48
49
50/** 49/**
51 * Callback functions to use for TLS operations. 50 * Callback functions to use for TLS operations.
52 */ 51 */