Send a qpathinfo SMB_QUERY_FILE_STANDARD_INFO call.
****************************************************************************/
-NTSTATUS cli_qpathinfo_standard(struct cli_state *cli, const char *fname,
- uint64_t *allocated, uint64_t *size,
- uint32_t *nlinks,
- bool *is_del_pending, bool *is_dir)
+static NTSTATUS cli_qpathinfo_standard(struct cli_state *cli,
+ const char *fname,
+ uint64_t *allocated,
+ uint64_t *size,
+ uint32_t *nlinks,
+ bool *is_del_pending,
+ bool *is_dir)
{
uint8_t *rdata;
uint32_t num_rdata;
SMB_STRUCT_STAT *sbuf, uint32_t *attributes);
NTSTATUS cli_qpathinfo_basic(struct cli_state *cli, const char *name,
SMB_STRUCT_STAT *sbuf, uint32_t *attributes);
-NTSTATUS cli_qpathinfo_standard(struct cli_state *cli, const char *fname,
- uint64_t *allocated, uint64_t *size,
- uint32_t *nlinks,
- bool *is_del_pending, bool *is_dir);
NTSTATUS cli_qpathinfo_alt_name(struct cli_state *cli, const char *fname, fstring alt_name);
struct tevent_req *cli_qpathinfo_send(TALLOC_CTX *mem_ctx,
struct tevent_context *ev,