mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
s3:smbd: make dptr_ReadDirName() static.
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
f4d83872e0
commit
f365f9f8af
@ -754,7 +754,7 @@ static const char *dptr_normal_ReadDirName(struct dptr_struct *dptr,
|
||||
Return the next visible file name, skipping veto'd and invisible files.
|
||||
****************************************************************************/
|
||||
|
||||
char *dptr_ReadDirName(TALLOC_CTX *ctx,
|
||||
static char *dptr_ReadDirName(TALLOC_CTX *ctx,
|
||||
struct dptr_struct *dptr,
|
||||
long *poffset,
|
||||
SMB_STRUCT_STAT *pst)
|
||||
|
@ -206,10 +206,6 @@ bool dptr_has_wild(struct dptr_struct *dptr);
|
||||
int dptr_dnum(struct dptr_struct *dptr);
|
||||
bool dptr_get_priv(struct dptr_struct *dptr);
|
||||
void dptr_set_priv(struct dptr_struct *dptr);
|
||||
char *dptr_ReadDirName(TALLOC_CTX *ctx,
|
||||
struct dptr_struct *dptr,
|
||||
long *poffset,
|
||||
SMB_STRUCT_STAT *pst);
|
||||
bool dptr_SearchDir(struct dptr_struct *dptr, const char *name, long *poffset, SMB_STRUCT_STAT *pst);
|
||||
void dptr_init_search_op(struct dptr_struct *dptr);
|
||||
bool dptr_fill(struct smbd_server_connection *sconn,
|
||||
|
Loading…
Reference in New Issue
Block a user