From 6fc2bc60b271cdc17c2539101c6bfafc06b58eb8 Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Tue, 14 Feb 2006 18:42:13 +0000 Subject: Make smb_auth() static. CVS patchset: 7893 CVS date: 2006/02/14 18:42:13 --- src/input/input_smb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/input/input_smb.c b/src/input/input_smb.c index 8c1c62625..83833a8cd 100644 --- a/src/input/input_smb.c +++ b/src/input/input_smb.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: input_smb.c,v 1.7 2006/02/04 12:08:22 miguelfreitas Exp $ + * $Id: input_smb.c,v 1.8 2006/02/14 18:42:13 dsalt Exp $ */ @@ -495,7 +495,7 @@ smb_class_get_instance (input_class_t *class_gen, xine_stream_t *stream, return &this->input_plugin; } -void smb_auth(const char *srv, const char *shr, char *wg, int wglen, char *un, int unlen, char *pw, int pwlen) +static void smb_auth(const char *srv, const char *shr, char *wg, int wglen, char *un, int unlen, char *pw, int pwlen) { wglen = unlen = pwlen = 0; } -- cgit v1.2.3