From 46a32687da249174a666d9166fccbe705c8beba0 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sun, 9 Jan 2005 12:55:25 +0000 Subject: r4620: - add interface functions to the auth subsystem so that callers doesn't need to use function pointers anymore - make the module init much easier - a lot of cleanups don't try to read the diff in auth/ better read the new files it passes test_echo.sh and test_rpc.sh abartlet: please fix spelling fixes metze (This used to be commit 3c0d16b8236451f2cfd38fc3db8ae2906106d847) --- source4/include/structs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/include') diff --git a/source4/include/structs.h b/source4/include/structs.h index ccf6b5911e..9572bfe038 100644 --- a/source4/include/structs.h +++ b/source4/include/structs.h @@ -85,6 +85,7 @@ struct smbsrv_tcon; struct smb_signing_context; struct smbsrv_connection; struct auth_context; +struct auth_method_context; struct request_buffer; struct pvfs_dir; -- cgit