summaryrefslogtreecommitdiffstats
path: root/source/include/auth.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2003-04-16 12:13:07 +0000
committerJelmer Vernooij <jelmer@samba.org>2003-04-16 12:13:07 +0000
commitc7a1de090db35835be1a1623bfc80c04065c5dd9 (patch)
tree2b97bdad2e00a5017166809cf9e25ee0727f4a63 /source/include/auth.h
parent03a1f46e3448913cc21ed89aafaa22818d4026d0 (diff)
downloadsamba-c7a1de090db35835be1a1623bfc80c04065c5dd9.tar.gz
samba-c7a1de090db35835be1a1623bfc80c04065c5dd9.tar.xz
samba-c7a1de090db35835be1a1623bfc80c04065c5dd9.zip
Add support for the new modules system to auth/ (merge from HEAD)
Diffstat (limited to 'source/include/auth.h')
-rw-r--r--source/include/auth.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/include/auth.h b/source/include/auth.h
index e37f181082e..626b9f3ba04 100644
--- a/source/include/auth.h
+++ b/source/include/auth.h
@@ -148,6 +148,8 @@ struct auth_init_function_entry {
/* Function to create a member of the authmethods list */
auth_init_function init;
+
+ struct auth_init_function_entry *prev, *next;
};
typedef struct auth_ntlmssp_state
@@ -158,4 +160,6 @@ typedef struct auth_ntlmssp_state
struct ntlmssp_state *ntlmssp_state;
} AUTH_NTLMSSP_STATE;
+#define AUTH_INTERFACE_VERSION 1
+
#endif /* _SMBAUTH_H_ */