Add code to set attribute names in the environment
[mod_auth_gssapi.git] / src / environ.h
1 /* Copyright (C) 2015 mod_auth_gssapi authors - See COPYING for (C) terms */
2
3 struct mag_config;
4 struct mag_conn;
5
6 void mag_get_name_attributes(request_rec *req,
7                              struct mag_config *cfg,
8                              gss_name_t name,
9                              struct mag_conn *mc);
10
11 void mag_set_req_data(request_rec *req,
12                       struct mag_config *cfg,
13                       struct mag_conn *mc);