diff options
author | Andrew Tridgell <tridge@samba.org> | 2001-02-26 05:14:57 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2001-02-26 05:14:57 +0000 |
commit | 8cfc7453394224d04077e7e875fca89c47826410 (patch) | |
tree | fd0dec62b4f6582af9d98475735ddb467eb31ec2 /source3/include | |
parent | 571a04613b739bbfcea8a55d5ec55569b7a7b319 (diff) | |
download | samba-8cfc7453394224d04077e7e875fca89c47826410.tar.gz samba-8cfc7453394224d04077e7e875fca89c47826410.tar.bz2 samba-8cfc7453394224d04077e7e875fca89c47826410.zip |
updated prototypes
(This used to be commit 2a94e8e02d5550359e47e37adc0ef9a616354eab)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index ef57669608..1f00ade95b 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -861,10 +861,12 @@ BOOL cli_dskattr(struct cli_state *cli, int *bsize, int *total, int *avail); /*The following definitions come from libsmb/clilist.c */ -int cli_list(struct cli_state *cli,const char *Mask,uint16 attribute, - void (*fn)(file_info *, const char *, void *), void *state); +int cli_list_new(struct cli_state *cli,const char *Mask,uint16 attribute, + void (*fn)(file_info *, const char *, void *), void *state); int cli_list_old(struct cli_state *cli,const char *Mask,uint16 attribute, void (*fn)(file_info *, const char *, void *), void *state); +int cli_list(struct cli_state *cli,const char *Mask,uint16 attribute, + void (*fn)(file_info *, const char *, void *), void *state); /*The following definitions come from libsmb/climessage.c */ @@ -3381,15 +3383,6 @@ pipes_struct *get_rpc_pipe(int pnum); BOOL api_reg_rpc(pipes_struct *p); #endif -/*The following definitions come from rpc_server/srv_reg_nt.c */ - -#if OLD_NTDOMAIN -uint32 _reg_close(pipes_struct *p, REG_Q_CLOSE *q_u, REG_R_CLOSE *r_u); -uint32 _reg_open(pipes_struct *p, REG_Q_OPEN_HKLM *q_u, REG_R_OPEN_HKLM *r_u); -uint32 _reg_open_entry(pipes_struct *p, REG_Q_OPEN_ENTRY *q_u, REG_R_OPEN_ENTRY *r_u); -uint32 _reg_info(pipes_struct *p, REG_Q_INFO *q_u, REG_R_INFO *r_u); -#endif - /*The following definitions come from rpc_server/srv_samr.c */ #if OLD_NTDOMAIN |