summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2000-12-21 22:58:26 +0000
committerTim Potter <tpot@samba.org>2000-12-21 22:58:26 +0000
commit7b82fa6f71cd9650d84b7c36903ec6068cbe4ff4 (patch)
tree3cd04bdb982ff737934a9604aabaf43ff56ff8f6 /source3
parentca727bd638934f0ab581507809d0f294495aaef2 (diff)
downloadsamba-7b82fa6f71cd9650d84b7c36903ec6068cbe4ff4.tar.gz
samba-7b82fa6f71cd9650d84b7c36903ec6068cbe4ff4.tar.bz2
samba-7b82fa6f71cd9650d84b7c36903ec6068cbe4ff4.zip
make proto
(This used to be commit a1ea59c9afb930b2084f175e72ac99ef314314a2)
Diffstat (limited to 'source3')
-rw-r--r--source3/include/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index c92aeae6f1..3f55bc3613 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -720,6 +720,7 @@ BOOL cli_unlink(struct cli_state *cli, char *fname);
BOOL cli_mkdir(struct cli_state *cli, char *dname);
BOOL cli_rmdir(struct cli_state *cli, char *dname);
int cli_nt_create(struct cli_state *cli, char *fname, uint32 DesiredAccess);
+int cli_nt_create_uni(struct cli_state *cli, char *fname, uint32 DesiredAccess);
int cli_open(struct cli_state *cli, char *fname, int flags, int share_mode);
BOOL cli_close(struct cli_state *cli, int fnum);
BOOL cli_lock(struct cli_state *cli, int fnum,