summaryrefslogtreecommitdiffstats
path: root/src/environ.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/environ.h')
-rw-r--r--src/environ.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/environ.h b/src/environ.h
new file mode 100644
index 0000000..e20ed64
--- /dev/null
+++ b/src/environ.h
@@ -0,0 +1,8 @@
+/* Copyright (C) 2015 mod_auth_gssapi authors - See COPYING for (C) terms */
+
+struct mag_config;
+struct mag_conn;
+
+void mag_set_req_data(request_rec *req,
+ struct mag_config *cfg,
+ struct mag_conn *mc);