summaryrefslogtreecommitdiff
path: root/module/mod_auth_singleid.h
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2009-06-18 17:12:25 +0000
committerStef Walter <stef@memberwebs.com>2009-06-18 17:12:25 +0000
commit543b45ab3ed3f4d1a9852ead27becf0f2dee8f6d (patch)
tree00a56400bbed9e01b569e09f87eb679c5dbc8d86 /module/mod_auth_singleid.h
parent4bf87cb9f4f6b9812c06a8d2c500869c48ebc2dc (diff)
Make tests for storage, and fix problems
Diffstat (limited to 'module/mod_auth_singleid.h')
-rw-r--r--module/mod_auth_singleid.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/module/mod_auth_singleid.h b/module/mod_auth_singleid.h
index 68b5490..eb6d7f7 100644
--- a/module/mod_auth_singleid.h
+++ b/module/mod_auth_singleid.h
@@ -52,6 +52,8 @@ int sid_storage_check_nonce (sid_storage_t *storage,
const char *server,
const char *nonce);
+size_t sid_storage_nonce_capacity (sid_storage_t *storage);
+
int sid_storage_store_assoc (sid_storage_t *storage,
const sid_assoc_t *assoc);