summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-08-25 06:52:26 +0000
committerAndrew Tridgell <tridge@samba.org>1998-08-25 06:52:26 +0000
commit0d35fe89929f801821f187b3b2257b07be01b7e4 (patch)
tree2ec9ba9d643fb827541921591b327554ca4ffefd /source3
parent085c66aea549bcd89158336a8088c7563b7ebb36 (diff)
downloadsamba-0d35fe89929f801821f187b3b2257b07be01b7e4.tar.gz
samba-0d35fe89929f801821f187b3b2257b07be01b7e4.tar.bz2
samba-0d35fe89929f801821f187b3b2257b07be01b7e4.zip
proto changes
(This used to be commit e4f81f4a230130f53857e3664e6d83ce252c207e)
Diffstat (limited to 'source3')
-rw-r--r--source3/include/proto.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index b89bb088dc..a96092511f 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -367,6 +367,11 @@ BOOL cli_api_pipe(struct cli_state *cli, char *pipe_name, int pipe_name_len,
char *data, uint32 data_count, uint32 max_data_count,
char **rparam, uint32 *rparam_count,
char **rdata, uint32 *rdata_count);
+BOOL cli_api(struct cli_state *cli,
+ char *param, int prcnt, int mprcnt,
+ char *data, int drcnt, int mdrcnt,
+ char **rparam, int *rprcnt,
+ char **rdata, int *rdrcnt);
BOOL cli_NetWkstaUserLogon(struct cli_state *cli,char *user, char *workstation);
BOOL cli_RNetShareEnum(struct cli_state *cli, void (*fn)(char *, uint32, char *));
BOOL cli_NetServerEnum(struct cli_state *cli, char *workgroup, uint32 stype,
@@ -1024,7 +1029,6 @@ char *lp_veto_files(int );
char *lp_hide_files(int );
char *lp_veto_oplocks(int );
char *lp_driverlocation(int );
-BOOL lp_alternate_permissions(int );
BOOL lp_revalidate(int );
BOOL lp_casesensitive(int );
BOOL lp_preservecase(int );