diff options
Diffstat (limited to 'src/daemon/session.h')
-rw-r--r-- | src/daemon/session.h | 7 |
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 | */ | ||
50 | void | ||
51 | MHD_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 |