mirror of
https://github.com/samba-team/samba.git
synced 2025-12-16 00:23:52 +03:00
Try to fix up warnings - particularly on the IRIX 64 bit compiler (which had a
distinction between uchar and char). Lots of const etc. Andrew Bartlett
This commit is contained in:
@@ -2004,7 +2004,8 @@ static BOOL srv_io_srv_file_ctr(char *desc, SRV_FILE_INFO_CTR *ctr, prs_struct *
|
||||
********************************************************************/
|
||||
|
||||
void init_srv_q_net_file_enum(SRV_Q_NET_FILE_ENUM *q_n,
|
||||
char *srv_name, char *qual_name, char *user_name,
|
||||
const char *srv_name, const char *qual_name,
|
||||
const char *user_name,
|
||||
uint32 file_level, SRV_FILE_INFO_CTR *ctr,
|
||||
uint32 preferred_len,
|
||||
ENUM_HND *hnd)
|
||||
|
||||
Reference in New Issue
Block a user