summaryrefslogtreecommitdiffstats
path: root/src/environ.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/environ.h')
-rw-r--r--src/environ.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/environ.h b/src/environ.h
index e20ed64..3895665 100644
--- a/src/environ.h
+++ b/src/environ.h
@@ -3,6 +3,11 @@
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);