[libsync] Export verifyFileUnchanged

This fixes Windows builds that are broken since #7562 was merged
This commit is contained in:
Hannah von Reth 2019-11-15 16:42:53 +01:00 committed by Kevin Ottens
parent 66f7b27121
commit 43c7e32ee1
No known key found for this signature in database
GPG key ID: 074BBBCB8DECC9E2

View file

@ -82,7 +82,7 @@ namespace FileSystem {
/**
* @brief Like !fileChanged() but with verbose logging if the file *did* change.
*/
bool verifyFileUnchanged(const QString &fileName,
bool OWNCLOUDSYNC_EXPORT verifyFileUnchanged(const QString &fileName,
qint64 previousSize,
time_t previousMtime);