summaryrefslogtreecommitdiff
path: root/source4/auth/auth.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/auth/auth.h')
-rw-r--r--source4/auth/auth.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/source4/auth/auth.h b/source4/auth/auth.h
index 0c8f71d859..74df97a2ed 100644
--- a/source4/auth/auth.h
+++ b/source4/auth/auth.h
@@ -157,17 +157,6 @@ struct auth_methods
};
-typedef NTSTATUS (*auth_init_function)(struct auth_context *, const char *, struct auth_methods **);
-
-struct auth_init_function_entry {
- const char *name;
- /* Function to create a member of the authmethods list */
-
- auth_init_function init;
-
- struct auth_init_function_entry *prev, *next;
-};
-
struct auth_operations {
/* the name of the backend */
const char *name;