summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2009-07-08 18:05:30 -0700
committerJeremy Allison <jra@samba.org>2009-07-08 18:05:30 -0700
commit400c18a8c4098b4ba86d32a236e5d89014774f3f (patch)
tree6eecf05a0acabaf15664062a0105d5e2d4780cae /source3/include/proto.h
parentc9c3d4312d7281904fc4a1cc9abd4831cdf4bfb9 (diff)
downloadsamba-400c18a8c4098b4ba86d32a236e5d89014774f3f.tar.gz
samba-400c18a8c4098b4ba86d32a236e5d89014774f3f.tar.bz2
samba-400c18a8c4098b4ba86d32a236e5d89014774f3f.zip
Rename update_stat_ex_writetime() -> update_stat_ex_mtime()
to better describe what we're doing here. Jeremy
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 25a104d82d..f835da2ab8 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -911,7 +911,7 @@ ssize_t sys_recv(int fd, void *buf, size_t count, int flags);
ssize_t sys_recvfrom(int s, void *buf, size_t len, int flags, struct sockaddr *from, socklen_t *fromlen);
int sys_fcntl_ptr(int fd, int cmd, void *arg);
int sys_fcntl_long(int fd, int cmd, long arg);
-void update_stat_ex_writetime(struct stat_ex *dst, struct timespec write_ts);
+void update_stat_ex_mtime(struct stat_ex *dst, struct timespec write_ts);
int sys_stat(const char *fname,SMB_STRUCT_STAT *sbuf);
int sys_fstat(int fd,SMB_STRUCT_STAT *sbuf);
int sys_lstat(const char *fname,SMB_STRUCT_STAT *sbuf);