aboutsummaryrefslogtreecommitdiff
path: root/src/include/storage/sync.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/storage/sync.h')
-rw-r--r--src/include/storage/sync.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/storage/sync.h b/src/include/storage/sync.h
index 8efb68f8e01..1e453a5b30a 100644
--- a/src/include/storage/sync.h
+++ b/src/include/storage/sync.h
@@ -57,6 +57,6 @@ extern void ProcessSyncRequests(void);
extern void RememberSyncRequest(const FileTag *ftag, SyncRequestType type);
extern void EnableSyncRequestForwarding(void);
extern bool RegisterSyncRequest(const FileTag *ftag, SyncRequestType type,
- bool retryOnError);
+ bool retryOnError);
#endif /* SYNC_H */