Fix bug 6529 - Offline files conflict with Vista and Office 2003
[samba.git] / source3 / include / proto.h
index 963e6df0c80f8bc3cb388a7e63c2ba3d51c4d985..1b097326797e3c3670fd5ad0f602b1a7c1c5d870 100644 (file)
@@ -1044,6 +1044,7 @@ struct timespec timespec_current(void);
 struct timespec timespec_min(const struct timespec *ts1,
                           const struct timespec *ts2);
 int timespec_compare(const struct timespec *ts1, const struct timespec *ts2);
+void round_timespec(struct timespec *ts);
 struct timespec interpret_long_date(const char *p);
 void cli_put_dos_date(struct cli_state *cli, char *buf, int offset, time_t unixdate);
 void cli_put_dos_date2(struct cli_state *cli, char *buf, int offset, time_t unixdate);