diff options
Diffstat (limited to 'src/sessions.h')
-rw-r--r-- | src/sessions.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/sessions.h b/src/sessions.h new file mode 100644 index 0000000..f3b398e --- /dev/null +++ b/src/sessions.h @@ -0,0 +1,10 @@ +/* Copyright (C) 2014 mod_auth_gssapi authors - See COPYING for (C) terms */ + +struct mag_config; +struct mag_conn; + +void mag_post_config_session(void); +void mag_check_session(request_rec *req, + struct mag_config *cfg, struct mag_conn **conn); +void mag_attempt_session(request_rec *req, + struct mag_config *cfg, struct mag_conn *mc); |