aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/session.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2007-06-13 21:57:36 +0000
committerChristian Grothoff <christian@grothoff.org>2007-06-13 21:57:36 +0000
commit817a963a53ce67d3efbcf223df0bbe35299dc38e (patch)
treee2d4dd680d13980efde175b50c81c354dfaf2c87 /src/daemon/session.h
parentb0912d1929accce21b75c97ab69c4c499ca9e921 (diff)
downloadlibmicrohttpd-817a963a53ce67d3efbcf223df0bbe35299dc38e.tar.gz
libmicrohttpd-817a963a53ce67d3efbcf223df0bbe35299dc38e.zip
essentials implemented
Diffstat (limited to 'src/daemon/session.h')
-rw-r--r--src/daemon/session.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/daemon/session.h b/src/daemon/session.h
index 0097a398..bf072901 100644
--- a/src/daemon/session.h
+++ b/src/daemon/session.h
@@ -44,6 +44,13 @@ MHD_session_get_fdset(struct MHD_Session * session,
44 44
45 45
46/** 46/**
47 * Call the handler of the application for this
48 * session.
49 */
50void
51MHD_call_session_handler(struct MHD_Session * session);
52
53/**
47 * This function handles a particular connection when it has been 54 * This function handles a particular connection when it has been
48 * determined that there is data to be read off a socket. All implementations 55 * determined that there is data to be read off a socket. All implementations
49 * (multithreaded, external select, internal select) call this function 56 * (multithreaded, external select, internal select) call this function