aboutsummaryrefslogtreecommitdiff
path: root/src/include/microhttpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/microhttpd.h')
-rw-r--r--src/include/microhttpd.h4
1 files changed, 0 insertions, 4 deletions
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.