summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2008-05-19 17:19:18 -0700
committerJeremy Allison <jra@samba.org>2008-05-19 17:19:18 -0700
commitce4145319e531897663e2def866057d490c04d05 (patch)
treec017c33cc1976700bd896555aeb009eae809f612
parentc7f5d24d813097a5bdb29c68bd30f4d117e083be (diff)
downloadsamba-ce4145319e531897663e2def866057d490c04d05.tar.gz
samba-ce4145319e531897663e2def866057d490c04d05.tar.bz2
samba-ce4145319e531897663e2def866057d490c04d05.zip
Remove conn_find_byname now it's no longer used in
the msdfs.c code. Jeremy (This used to be commit 54556df561d03d30b2fc21b9eaabe56b8c758301)
-rw-r--r--source3/include/proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 1d4e68a15b..bf6328d5fd 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -9456,7 +9456,6 @@ void conn_init(void);
int conn_num_open(void);
bool conn_snum_used(int snum);
connection_struct *conn_find(unsigned cnum);
-connection_struct *conn_find_byname(const char *service);
connection_struct *conn_new(void);
void conn_close_all(void);
bool conn_idle_all(time_t t);