aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/session.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2007-06-16 07:33:00 +0000
committerChristian Grothoff <christian@grothoff.org>2007-06-16 07:33:00 +0000
commit05f894a55d9547c1bc08580d6a1b50bcc5a119f7 (patch)
tree2216421cb1ffb0df5efa944d3faabcc481163774 /src/daemon/session.h
parent463188499e46a7cb8e8eace837403331cde79109 (diff)
downloadlibmicrohttpd-05f894a55d9547c1bc08580d6a1b50bcc5a119f7.tar.gz
libmicrohttpd-05f894a55d9547c1bc08580d6a1b50bcc5a119f7.zip
removing whitespace
Diffstat (limited to 'src/daemon/session.h')
-rw-r--r--src/daemon/session.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/daemon/session.h b/src/daemon/session.h
index c3abbd7f..269c2f17 100644
--- a/src/daemon/session.h
+++ b/src/daemon/session.h
@@ -34,7 +34,7 @@
34 * 34 *
35 * @return MHD_YES on success 35 * @return MHD_YES on success
36 */ 36 */
37int 37int
38MHD_session_get_fdset(struct MHD_Session * session, 38MHD_session_get_fdset(struct MHD_Session * session,
39 fd_set * read_fd_set, 39 fd_set * read_fd_set,
40 fd_set * write_fd_set, 40 fd_set * write_fd_set,
@@ -44,7 +44,7 @@ MHD_session_get_fdset(struct MHD_Session * session,
44 44
45/** 45/**
46 * Call the handler of the application for this 46 * Call the handler of the application for this
47 * session. 47 * session.
48 */ 48 */
49void 49void
50MHD_call_session_handler(struct MHD_Session * session); 50MHD_call_session_handler(struct MHD_Session * session);
@@ -53,11 +53,11 @@ MHD_call_session_handler(struct MHD_Session * session);
53 * This function handles a particular connection when it has been 53 * This function handles a particular connection when it has been
54 * determined that there is data to be read off a socket. All implementations 54 * determined that there is data to be read off a socket. All implementations
55 * (multithreaded, external select, internal select) call this function 55 * (multithreaded, external select, internal select) call this function
56 * to handle reads. 56 * to handle reads.
57 */ 57 */
58int 58int
59MHD_session_handle_read(struct MHD_Session * session); 59MHD_session_handle_read(struct MHD_Session * session);
60 60
61 61
62/** 62/**
63 * This function was created to handle writes to sockets when it has been 63 * This function was created to handle writes to sockets when it has been