summaryrefslogtreecommitdiff
path: root/module/mod_auth_singleid.h
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2009-07-07 20:05:34 +0000
committerStef Walter <stef@memberwebs.com>2009-07-07 20:05:34 +0000
commit30c217c0dca4c7a72ff4248fc4d4504fc1d85fc0 (patch)
treef7ed2d118fe99b815f493f22cd829101583e91c5 /module/mod_auth_singleid.h
parentcb6b40d3f4b09b48beeec979afe3d3270eb82755 (diff)
Store exchanged attributes in the cookie.
Diffstat (limited to 'module/mod_auth_singleid.h')
-rw-r--r--module/mod_auth_singleid.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/module/mod_auth_singleid.h b/module/mod_auth_singleid.h
index a81652d..61e2c91 100644
--- a/module/mod_auth_singleid.h
+++ b/module/mod_auth_singleid.h
@@ -42,7 +42,8 @@ void sid_request_authenticated (sid_request_t *req,
void sid_request_attribute_values (sid_request_t *req,
sid_attribute_t *attr,
- const char **values);
+ const char **values,
+ size_t n_values);
/* -----------------------------------------------------------------------------------
* STORAGE: Actually, communications white-board between processes/threads.