diff options
author | Volker Lendecke <vl@samba.org> | 2009-01-25 21:55:05 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-01-29 21:38:06 +0100 |
commit | 89caa0e86be9e20702a24fea4f94a11e6e02cc93 (patch) | |
tree | a07131d0c7bde8a5978402ee70f7defa32fe8233 /source3/include/proto.h | |
parent | 1a87568d99e35c7d028d742c59a3f811a67731e3 (diff) | |
download | samba-89caa0e86be9e20702a24fea4f94a11e6e02cc93.tar.gz samba-89caa0e86be9e20702a24fea4f94a11e6e02cc93.tar.bz2 samba-89caa0e86be9e20702a24fea4f94a11e6e02cc93.zip |
cli_ucs2
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index f8a9dbce66..e2aeb197d0 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -2462,6 +2462,7 @@ struct async_req *cli_echo_send(TALLOC_CTX *mem_ctx, struct event_context *ev, DATA_BLOB data); NTSTATUS cli_echo_recv(struct async_req *req); NTSTATUS cli_echo(struct cli_state *cli, uint16_t num_echos, DATA_BLOB data); +bool cli_ucs2(struct cli_state *cli); /* The following definitions come from libsmb/clierror.c */ |