From 96f60a37f6d6f1ad4baf3e441e14091046516d48 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 27 Jul 2006 13:02:27 +0000 Subject: 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) --- source4/auth/auth.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/auth/auth.h') 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; -- cgit