summaryrefslogtreecommitdiffstats
path: root/auth_mellon.h
diff options
context:
space:
mode:
authorolavmrk <olavmrk@a716ebb1-153a-0410-b759-cfb97c6a1b53>2009-05-06 06:40:28 +0000
committerolavmrk <olavmrk@a716ebb1-153a-0410-b759-cfb97c6a1b53>2009-05-06 06:40:28 +0000
commit6b2fb648fff2828c093db414cd8f00d8624af966 (patch)
treea6ea5cfd7fd426c112db59fd4c0e788dd32ee792 /auth_mellon.h
parentb5e1926a719c474c16391bef93e6d8cd2e7911a2 (diff)
downloadmod_auth_mellon-6b2fb648fff2828c093db414cd8f00d8624af966.tar.gz
mod_auth_mellon-6b2fb648fff2828c093db414cd8f00d8624af966.tar.xz
mod_auth_mellon-6b2fb648fff2828c093db414cd8f00d8624af966.zip
Add support for auto-generating SP metadata.
Thanks to Emmanuel Dreyfus for this patch. git-svn-id: https://modmellon.googlecode.com/svn/trunk@43 a716ebb1-153a-0410-b759-cfb97c6a1b53
Diffstat (limited to 'auth_mellon.h')
-rw-r--r--auth_mellon.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/auth_mellon.h b/auth_mellon.h
index f40d1d9..b1880eb 100644
--- a/auth_mellon.h
+++ b/auth_mellon.h
@@ -57,6 +57,7 @@
#include "http_log.h"
#include "http_protocol.h"
#include "http_request.h"
+#include "mod_ssl.h"
/* Size definitions for the session cache.
@@ -238,6 +239,7 @@ char *am_getfile(apr_pool_t *conf, server_rec *s, const char *file);
int am_auth_mellon_user(request_rec *r);
int am_check_uid(request_rec *r);
+int am_handle_metadata(request_rec *r);
int am_httpclient_get(request_rec *r, const char *uri,