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 | 2a94e8e02d5550359e47e37adc0ef9a616354eab (patch) | |
tree | c8cb4a9ae79116b967a7bb810de70b315dffca88 /source | |
parent | 85ce14f36da4f5a3fb3029634279bb473873bbd5 (diff) | |
download | samba-2a94e8e02d5550359e47e37adc0ef9a616354eab.tar.gz samba-2a94e8e02d5550359e47e37adc0ef9a616354eab.tar.xz samba-2a94e8e02d5550359e47e37adc0ef9a616354eab.zip |
updated prototypes
Diffstat (limited to 'source')
-rw-r--r-- | source/include/proto.h | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/source/include/proto.h b/source/include/proto.h index ef576696087..1f00ade95b1 100644 --- a/source/include/proto.h +++ b/source/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 |