r1334: remove unused stuff
authorStefan Metzmacher <metze@samba.org>
Mon, 5 Jul 2004 07:15:12 +0000 (07:15 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:56:50 +0000 (12:56 -0500)
metze
(This used to be commit 7a8786269b4f9e4962b51dd734171adf04021c15)

source4/auth/auth.h

index 0c8f71d8596f7734d416bf640437975745f76ed1..74df97a2edc3d3d887e42736299fe8a9843934c1 100644 (file)
@@ -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;