summaryrefslogtreecommitdiffstats
path: root/src/environ.h
blob: 8e5dde5c9afc408ed05f88d58ca1983b3bfe7158 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* Copyright (C) 2015 mod_auth_gssapi contributors - See COPYING for (C) terms */

struct mag_config;
struct mag_conn;

void mag_get_name_attributes(request_rec *req,
                             struct mag_config *cfg,
                             gss_name_t name,
                             struct mag_conn *mc);

void mag_set_req_data(request_rec *req,
                      struct mag_config *cfg,
                      struct mag_conn *mc);