summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-11-23 23:14:39 +0100
committerVolker Lendecke <vl@samba.org>2008-11-24 11:39:03 +0100
commit6f840dd678f8f19b84c042816e75e85d1077904e (patch)
tree1de278eb99e7090a3eff3e763bdb575bc021a7af /source3/include
parentc25f5c778acd7918551a6234d749854a0e8ea562 (diff)
downloadsamba-6f840dd678f8f19b84c042816e75e85d1077904e.tar.gz
samba-6f840dd678f8f19b84c042816e75e85d1077904e.tar.bz2
samba-6f840dd678f8f19b84c042816e75e85d1077904e.zip
Remove unused make_connection_with_chdir()
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 853d827f2b..605066f763 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -8422,10 +8422,6 @@ bool set_current_service(connection_struct *conn, uint16 flags, bool do_chdir);
void load_registry_shares(void);
int add_home_service(const char *service, const char *username, const char *homedir);
int find_service(fstring service);
-connection_struct *make_connection_with_chdir(const char *service_in,
- DATA_BLOB password,
- const char *dev, uint16 vuid,
- NTSTATUS *status);
connection_struct *make_connection(const char *service_in, DATA_BLOB password,
const char *pdev, uint16 vuid,
NTSTATUS *status);