struct memcache *dptr_cache;
};
+static bool is_visible_file(connection_struct *conn,
+ struct smb_Dir *dir_hnd,
+ const char *name,
+ SMB_STRUCT_STAT *pst,
+ bool use_veto);
+
static struct smb_Dir *OpenDir_fsp(TALLOC_CTX *mem_ctx, connection_struct *conn,
files_struct *fsp,
const char *mask,
NOTE: A successful return is no guarantee of the file's existence.
********************************************************************/
-bool is_visible_file(connection_struct *conn,
+static bool is_visible_file(connection_struct *conn,
struct smb_Dir *dir_hnd,
const char *name,
SMB_STRUCT_STAT *pst,
bool check_descend,
bool ask_sharemode);
struct smb_Dir;
-bool is_visible_file(connection_struct *conn,
- struct smb_Dir *dir_hnd,
- const char *name,
- SMB_STRUCT_STAT *pst,
- bool use_veto);
bool is_visible_fsp(files_struct *fsp, bool use_veto);
struct smb_Dir *OpenDir(TALLOC_CTX *mem_ctx,
connection_struct *conn,