Add code to set attribute names in the environment
[mod_auth_gssapi.git] / src / environ.h
index e20ed64..3895665 100644 (file)
@@ -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);