blob: f3b398ee20f2c6b58082bc85a6e80449896a7f63 (
plain)
1
2
3
4
5
6
7
8
9
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);
|