summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1999-02-11 18:50:13 +0000
committerLuke Leighton <lkcl@samba.org>1999-02-11 18:50:13 +0000
commitc6d16eea4394ff1c4d12cb435eebb0686b5ee736 (patch)
tree05204f5e3d5ff44efc246891a84aa2f76ec70314 /source3/include/proto.h
parent0e402f197da78abca13d08d924027ac68d51a1d2 (diff)
downloadsamba-c6d16eea4394ff1c4d12cb435eebb0686b5ee736.tar.gz
samba-c6d16eea4394ff1c4d12cb435eebb0686b5ee736.tar.bz2
samba-c6d16eea4394ff1c4d12cb435eebb0686b5ee736.zip
the UNICODE issue...
(This used to be commit 73db80f34183324845407b00f58462ff2d7b47ea)
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index f649b40332..e564163421 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -572,7 +572,8 @@ char *unistr2_to_str(UNISTR2 *str);
uint32 buffer2_to_uint32(BUFFER2 *str);
char *buffer2_to_str(BUFFER2 *str);
char *buffer2_to_multistr(BUFFER2 *str);
-int struni2(char *dst, const char *src);
+int str_to_unistr16(uint16 *dst, const char *src);
+int str_to_unistr8(char *dst, const char *src);
char *unistr(char *buf);
int unistrcpy(char *dst, char *src);
@@ -580,6 +581,12 @@ int unistrcpy(char *dst, char *src);
int cli_set_port(struct cli_state *cli, int port);
char *cli_errstr(struct cli_state *cli);
+BOOL cli_send_trans(struct cli_state *cli, int trans,
+ char *name, int pipe_name_len,
+ int fid, int flags,
+ uint16 *setup, int lsetup, int msetup,
+ char *param, int lparam, int mparam,
+ char *data, int ldata, int mdata);
BOOL cli_api_pipe(struct cli_state *cli, char *pipe_name, int pipe_name_len,
uint16 *setup, uint32 setup_count, uint32 max_setup_count,
char *params, uint32 param_count, uint32 max_param_count,