diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2006-02-14 18:42:13 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2006-02-14 18:42:13 +0000 |
commit | 6fc2bc60b271cdc17c2539101c6bfafc06b58eb8 (patch) | |
tree | 3aecf5c261f91629ab6aed5e8c89014d8c5a6bdf /src | |
parent | 5df1a2f6bb4caa7db5abad0879fd0d6d4e0bb657 (diff) | |
download | xine-lib-6fc2bc60b271cdc17c2539101c6bfafc06b58eb8.tar.gz xine-lib-6fc2bc60b271cdc17c2539101c6bfafc06b58eb8.tar.bz2 |
Make smb_auth() static.
CVS patchset: 7893
CVS date: 2006/02/14 18:42:13
Diffstat (limited to 'src')
-rw-r--r-- | src/input/input_smb.c | 4 |
1 files changed, 2 insertions, 2 deletions
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; } |