summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorTim Prouty <tprouty@samba.org>2009-06-25 14:16:46 -0700
committerTim Prouty <tprouty@samba.org>2009-06-25 18:25:47 -0700
commit358ccc3282681b3df0ba76fecc114ad4376c8ff1 (patch)
tree106d8e8d501d42c0bdd67719288c95518dcb2939 /source3/include/proto.h
parent9c48f5bf2dcc12e6eb6170ab3a2af5ca119cf008 (diff)
downloadsamba-358ccc3282681b3df0ba76fecc114ad4376c8ff1.tar.gz
samba-358ccc3282681b3df0ba76fecc114ad4376c8ff1.tar.bz2
samba-358ccc3282681b3df0ba76fecc114ad4376c8ff1.zip
s3: Change set_ea() and its callers to use smb_filename
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index a22305991b..f685152de8 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -7004,7 +7004,8 @@ NTSTATUS get_ea_value(TALLOC_CTX *mem_ctx, connection_struct *conn,
NTSTATUS get_ea_names_from_file(TALLOC_CTX *mem_ctx, connection_struct *conn,
files_struct *fsp, const char *fname,
char ***pnames, size_t *pnum_names);
-NTSTATUS set_ea(connection_struct *conn, files_struct *fsp, const char *fname, struct ea_list *ea_list);
+NTSTATUS set_ea(connection_struct *conn, files_struct *fsp,
+ const struct smb_filename *smb_fname, struct ea_list *ea_list);
struct ea_list *read_ea_list_entry(TALLOC_CTX *ctx, const char *pdata, size_t data_size, size_t *pbytes_used);
void send_trans2_replies(connection_struct *conn,
struct smb_request *req,