aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2008-04-13 09:20:20 +0000
committerChristian Grothoff <christian@grothoff.org>2008-04-13 09:20:20 +0000
commit1305a4f199a5d8ac685f13d70f1aae8caec9b787 (patch)
tree5e6aeae3b8d8c85c6df744f1dd5aaf09ea5ac209
parent712f9be425e6704aa42e7bb1b3c5d7cb77b672c5 (diff)
downloadlibmicrohttpd-1305a4f199a5d8ac685f13d70f1aae8caec9b787.tar.gz
libmicrohttpd-1305a4f199a5d8ac685f13d70f1aae8caec9b787.zip
adding tops where needed
-rw-r--r--doc/microhttpd.texi10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/microhttpd.texi b/doc/microhttpd.texi
index 9d959d6b..5d4b2114 100644
--- a/doc/microhttpd.texi
+++ b/doc/microhttpd.texi
@@ -739,7 +739,7 @@ responce and we finally destroy it only when the daemon shuts down.
739@c ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 739@c ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
740 740
741@c ------------------------------------------------------------ 741@c ------------------------------------------------------------
742@node microhttpd-response enqueue 742@node microhttpd-response enqueue,microhttpd-responses
743@@section Enqueuing a response 743@@section Enqueuing a response
744 744
745 745
@@ -814,7 +814,7 @@ the @code{MHD_Response} object is released.
814@c ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 814@c ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
815 815
816@c ------------------------------------------------------------ 816@c ------------------------------------------------------------
817@node microhttpd-response create 817@node microhttpd-response create,microhttpd-responses
818@@section Creating response objects 818@@section Creating response objects
819 819
820 820
@@ -890,7 +890,7 @@ MHD_destroy_response(response);
890@c ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 890@c ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
891 891
892@c ------------------------------------------------------------ 892@c ------------------------------------------------------------
893@node microhttpd-response headers 893@node microhttpd-response headers,microhttpd-responses
894@@section Adding headers to a response 894@@section Adding headers to a response
895 895
896 896
@@ -916,7 +916,7 @@ Delete a header line from the response. Return @code{MHD_NO} on error
916@c ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 916@c ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
917 917
918@c ------------------------------------------------------------ 918@c ------------------------------------------------------------
919@node microhttpd-response inspect 919@node microhttpd-response inspect,microhttpd-responses
920@@section Inspecting a response object 920@@section Inspecting a response object
921 921
922 922
@@ -1041,7 +1041,7 @@ always terminate normally.
1041@c ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1041@c ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1042 1042
1043@c ------------------------------------------------------------ 1043@c ------------------------------------------------------------
1044@node microhttpd-post api 1044@node microhttpd-post api,microhttpd-post
1045@@section Programming interface for the @code{POST} processor 1045@@section Programming interface for the @code{POST} processor
1046 1046
1047 1047