summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-02-20 12:45:50 +0000
committerAndrew Tridgell <tridge@samba.org>2001-02-20 12:45:50 +0000
commit8acf5e04482cb43734fbb786f8d363ee3bfff652 (patch)
tree3777683d2de87352854953cb0d9fcec91e15e0b7 /source3/include
parent20b037b84951368cdac7fb65cd77aee0aeae9b37 (diff)
downloadsamba-8acf5e04482cb43734fbb786f8d363ee3bfff652.tar.gz
samba-8acf5e04482cb43734fbb786f8d363ee3bfff652.tar.bz2
samba-8acf5e04482cb43734fbb786f8d363ee3bfff652.zip
- neater setting of bcc
- converted cli_rename and cli_unlink (This used to be commit 0a8992e224b7a3d90d45b13d73fa8a6f155efa79)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 6efb6f99e4..d25935c9c6 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -397,6 +397,7 @@ char *attrib_string(uint16 mode);
void show_msg(char *buf);
void smb_setlen(char *buf,int len);
int set_message(char *buf,int num_words,int num_bytes,BOOL zero);
+void set_message_bcc(char *buf,int num_bytes);
void dos_clean_name(char *s);
void unix_clean_name(char *s);
void make_dir_struct(char *buf,char *mask,char *fname,SMB_OFF_T size,int mode,time_t date);
@@ -801,6 +802,7 @@ int cli_set_port(struct cli_state *cli, int port);
BOOL cli_receive_smb(struct cli_state *cli);
BOOL cli_send_smb(struct cli_state *cli);
void cli_setup_packet(struct cli_state *cli);
+void cli_setup_bcc(struct cli_state *cli, void *p);
void cli_init_creds(struct cli_state *cli, const struct ntuser_creds *usr);
struct cli_state *cli_initialise(struct cli_state *cli);
void cli_shutdown(struct cli_state *cli);