summaryrefslogtreecommitdiff
path: root/source4/auth/auth.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-07-27 13:02:27 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:10:26 -0500
commit96f60a37f6d6f1ad4baf3e441e14091046516d48 (patch)
treeffad7406f6cc1ec5ccc455f6a6befcb9a4a01a1d /source4/auth/auth.h
parentde4c2bbc6cb734a59f19b1be06251059111944b0 (diff)
downloadsamba-96f60a37f6d6f1ad4baf3e441e14091046516d48.tar.gz
samba-96f60a37f6d6f1ad4baf3e441e14091046516d48.tar.bz2
samba-96f60a37f6d6f1ad4baf3e441e14091046516d48.zip
r17273: add an async version of auth_check_password() on the public
auth interface and implement the sync version as wrapper to auth_check_password_send/recv() as next all callers need to be converted to the async interface and then the modules metze (This used to be commit ed40bb3c16279f9727be67e889270da5efb8ddb9)
Diffstat (limited to 'source4/auth/auth.h')
-rw-r--r--source4/auth/auth.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/auth/auth.h b/source4/auth/auth.h
index 20a91efc10..7ebab9c8e1 100644
--- a/source4/auth/auth.h
+++ b/source4/auth/auth.h
@@ -124,6 +124,7 @@ struct auth_session_info {
};
struct auth_method_context;
+struct auth_check_password_request;
struct auth_operations {
const char *name;