aboutsummaryrefslogtreecommitdiff
path: root/src/include/microhttpd.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2007-06-12 21:03:28 +0000
committerChristian Grothoff <christian@grothoff.org>2007-06-12 21:03:28 +0000
commit39eda678e0942382936ace4480a4457a837adc2f (patch)
tree29d13b3283dbc69bfc8d8d66afc6b54b01592348 /src/include/microhttpd.h
parent641853be5073b9b2dc5c60fa414271ccbec0c0aa (diff)
downloadlibmicrohttpd-39eda678e0942382936ace4480a4457a837adc2f.tar.gz
libmicrohttpd-39eda678e0942382936ace4480a4457a837adc2f.zip
hl
Diffstat (limited to 'src/include/microhttpd.h')
-rw-r--r--src/include/microhttpd.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index b88fede8..4a44f652 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -179,6 +179,9 @@ typedef int
179 * callbacks to provide content to give back to the client and return 179 * callbacks to provide content to give back to the client and return
180 * an HTTP status code (i.e. 200 for OK, 404, etc.). 180 * an HTTP status code (i.e. 200 for OK, 404, etc.).
181 * 181 *
182 * @param upload_data_size set initially to the size of the
183 * upload_data provided; the method must update this
184 * value to the number of bytes NOT processed
182 * @return MHS_YES if the connection was handled successfully, 185 * @return MHS_YES if the connection was handled successfully,
183 * MHS_NO if the socket must be closed due to a serios 186 * MHS_NO if the socket must be closed due to a serios
184 * error while handling the request 187 * error while handling the request