r6795: Make some functions static and remove some unused ones.
[samba.git] / source / client / client.c
index 27e29bfaadef67eaa658f9b59376f5dfc2d6b994..5981812eb77948ca9867ad37b8d9f2060ec81395 100644 (file)
 #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;