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, /** + * Call the handler of the application for this + * session. + */ +void +MHD_call_session_handler(struct MHD_Session * session); + +/** * This function handles a particular connection when it has been * determined that there is data to be read off a socket. All implementations * (multithreaded, external select, internal select) call this function |