summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2008-08-27 15:06:14 -0700
committerJeremy Allison <jra@samba.org>2008-08-27 15:06:14 -0700
commit1cae2ac905cc3e4b6e4c92ec4d64c582cfad8fea (patch)
treec382f2b7aca79306cb45ed77732edcc696857c22 /source3/include/proto.h
parent34c073c35192850710582b3f558c9fb761e2c24f (diff)
downloadsamba-1cae2ac905cc3e4b6e4c92ec4d64c582cfad8fea.tar.gz
samba-1cae2ac905cc3e4b6e4c92ec4d64c582cfad8fea.tar.bz2
samba-1cae2ac905cc3e4b6e4c92ec4d64c582cfad8fea.zip
Add st_birthtime and friends for accurate create times on systems that support it (*BSD and MacOSX).
Should have done this ages ago, sorry. Jeremy. (This used to be commit 4c3a9558906f213948c3bdc081be73f8fed148cb)
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index d3a8dbbc7f..2145a892c6 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -1185,7 +1185,6 @@ void srv_put_dos_date2(char *buf,int offset, time_t unixdate);
void srv_put_dos_date3(char *buf,int offset,time_t unixdate);
void put_long_date_timespec(char *p, struct timespec ts);
void put_long_date(char *p, time_t t);
-time_t get_create_time(const SMB_STRUCT_STAT *st,bool fake_dirs);
struct timespec get_create_timespec(const SMB_STRUCT_STAT *st,bool fake_dirs);
struct timespec get_atimespec(const SMB_STRUCT_STAT *pst);
void set_atimespec(SMB_STRUCT_STAT *pst, struct timespec ts);