From 795aefec0c77da0ab49d89ef9c31862e822b68e5 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 4 Oct 2011 17:35:31 +0200 Subject: s3-passdb: split out passdb/pdb_smbpasswd.h. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Guenther Autobuild-User: Günther Deschner Autobuild-Date: Mon Oct 10 20:14:46 CEST 2011 on sn-devel-104 --- source3/passdb/proto.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source3/passdb/proto.h') diff --git a/source3/passdb/proto.h b/source3/passdb/proto.h index 486dc3709c..6a95454a0b 100644 --- a/source3/passdb/proto.h +++ b/source3/passdb/proto.h @@ -340,10 +340,6 @@ NTSTATUS pdb_nds_init(void); NTSTATUS pdb_ipa_init(void); -/* The following definitions come from passdb/pdb_smbpasswd.c */ - -NTSTATUS pdb_smbpasswd_init(void) ; - /* The following definitions come from passdb/pdb_util.c */ NTSTATUS create_builtin_users(const struct dom_sid *sid); -- cgit