diff options
Diffstat (limited to 'ui/checkVersion.h')
-rw-r--r-- | ui/checkVersion.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ui/checkVersion.h b/ui/checkVersion.h index e6705774..e59235f4 100644 --- a/ui/checkVersion.h +++ b/ui/checkVersion.h @@ -4,7 +4,9 @@ namespace FreeFileSync { - void checkForNewVersion(); + void checkForUpdateNow(); + + void checkForUpdatePeriodically(long& lastUpdateCheck); } #endif // UPDATEVERSION_H_INCLUDED |