diff options
Diffstat (limited to 'source3/client')
-rw-r--r-- | source3/client/client.c | 4 | ||||
-rw-r--r-- | source3/client/clitar.c | 7 |
2 files changed, 2 insertions, 9 deletions
diff --git a/source3/client/client.c b/source3/client/client.c index 9eb0bf8fd8..fbd208f91a 100644 --- a/source3/client/client.c +++ b/source3/client/client.c @@ -3694,10 +3694,6 @@ static BOOL list_servers() } - - -void cmd_help(); - /* This defines the commands supported by this client */ struct { diff --git a/source3/client/clitar.c b/source3/client/clitar.c index 2de09c66c1..a4c1f00adf 100644 --- a/source3/client/clitar.c +++ b/source3/client/clitar.c @@ -75,10 +75,7 @@ static void dozerobuf(); static void dotareof(); static void initarbuf(); static int do_setrattr(); -void cmd_tar(); -int process_tar(); -char **toktocliplist(); -int clipfind(); + /* restore functions */ static long readtarheader(); static long unoct(); @@ -1486,7 +1483,7 @@ void cmd_setmode(void) return; } -DEBUG(2, ("\nperm set %d %d\n", attra[ATTRSET], attra[ATTRRESET])); + DEBUG(2, ("\nperm set %d %d\n", attra[ATTRSET], attra[ATTRRESET])); (void) do_setrattr(fname, attra[ATTRSET], ATTRSET); (void) do_setrattr(fname, attra[ATTRRESET], ATTRRESET); } |