diff options
author | Stefan Metzmacher <metze@samba.org> | 2004-07-05 07:15:12 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:56:50 -0500 |
commit | 92ca39eff66181c2fa71b12f6a73824a8b44d71b (patch) | |
tree | 199586869152df5d1aeb29da4d2f9ac3d187719d /source4 | |
parent | 93a5cd8efc7b683db04e79ae521314c69855eb06 (diff) | |
download | samba-92ca39eff66181c2fa71b12f6a73824a8b44d71b.tar.gz samba-92ca39eff66181c2fa71b12f6a73824a8b44d71b.tar.bz2 samba-92ca39eff66181c2fa71b12f6a73824a8b44d71b.zip |
r1334: remove unused stuff
metze
(This used to be commit 7a8786269b4f9e4962b51dd734171adf04021c15)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/auth/auth.h | 11 |
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; |