From ce4145319e531897663e2def866057d490c04d05 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Mon, 19 May 2008 17:19:18 -0700 Subject: [PATCH] Remove conn_find_byname now it's no longer used in the msdfs.c code. Jeremy (This used to be commit 54556df561d03d30b2fc21b9eaabe56b8c758301) --- source3/include/proto.h | 1 - 1 file changed, 1 deletion(-) diff --git a/source3/include/proto.h b/source3/include/proto.h index 1d4e68a15b9..bf6328d5fd9 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); -- 2.34.1