From 5b18cf22680c76abb1262a6b75a30b8a37899467 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 15 May 2005 20:16:26 +0000 Subject: r6795: Make some functions static and remove some unused ones. (This used to be commit 46509eb89980bfe6dabd71264d570ea356ee5a22) --- source4/client/client.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/client') diff --git a/source4/client/client.c b/source4/client/client.c index 27e29bfaad..5981812eb7 100644 --- a/source4/client/client.c +++ b/source4/client/client.c @@ -38,10 +38,10 @@ #define REGISTER 0 #endif -struct smbcli_state *cli; +static struct smbcli_state *cli; extern BOOL in_client; static int port = 0; -pstring cur_dir = "\\"; +static pstring cur_dir = "\\"; static pstring cd_path = ""; static pstring service; static pstring desthost; -- cgit