summaryrefslogtreecommitdiff
path: root/source3/auth/proto.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2012-05-12 12:01:03 +0200
committerStefan Metzmacher <metze@samba.org>2012-05-15 08:18:29 +0200
commit413e1be7739003696fd903dd80d1ead5275fe74c (patch)
tree3787484e8d12699bfdbf28debd35c1d67dac1dda /source3/auth/proto.h
parent0239f680a79ec41ecff97eea38687eccad2b5894 (diff)
downloadsamba-413e1be7739003696fd903dd80d1ead5275fe74c.tar.gz
samba-413e1be7739003696fd903dd80d1ead5275fe74c.tar.bz2
samba-413e1be7739003696fd903dd80d1ead5275fe74c.zip
s3:auth: remove unused auth_server.c
metze
Diffstat (limited to 'source3/auth/proto.h')
-rw-r--r--source3/auth/proto.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/auth/proto.h b/source3/auth/proto.h
index 2754e86ddb..d383f38cdc 100644
--- a/source3/auth/proto.h
+++ b/source3/auth/proto.h
@@ -140,10 +140,6 @@ NTSTATUS check_sam_security_info3(const DATA_BLOB *challenge,
struct netr_SamInfo3 **pinfo3);
NTSTATUS auth_sam_init(void);
-/* The following definitions come from auth/auth_server.c */
-
-NTSTATUS auth_server_init(void);
-
/* The following definitions come from auth/auth_unix.c */
NTSTATUS auth_unix_init(void);