diff src/auth/auth-request.h @ 14340:a090cbbe3008

auth: Fixed auth cache key generation to support %{long} variables
author Timo Sirainen <tss@iki.fi>
date Wed, 14 Mar 2012 14:55:25 +0200
parents e5ed29ef593e
children 4ae85f573c93
line wrap: on
line diff
--- a/src/auth/auth-request.h	Wed Mar 14 13:42:08 2012 +0200
+++ b/src/auth/auth-request.h	Wed Mar 14 14:55:25 2012 +0200
@@ -2,6 +2,7 @@
 #define AUTH_REQUEST_H
 
 #include "network.h"
+#include "var-expand.h"
 #include "mech.h"
 #include "userdb.h"
 #include "passdb.h"
@@ -122,6 +123,7 @@
 typedef void auth_request_proxy_cb_t(bool success, struct auth_request *);
 
 extern unsigned int auth_request_state_count[AUTH_REQUEST_STATE_MAX];
+extern const struct var_expand_table auth_request_var_expand_static_tab[];
 
 struct auth_request *
 auth_request_new(const struct mech_module *mech);