diff options
Diffstat (limited to 'ui/checkVersion.h')
-rw-r--r-- | ui/checkVersion.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ui/checkVersion.h b/ui/checkVersion.h new file mode 100644 index 00000000..e6705774 --- /dev/null +++ b/ui/checkVersion.h @@ -0,0 +1,10 @@ +#ifndef UPDATEVERSION_H_INCLUDED +#define UPDATEVERSION_H_INCLUDED + + +namespace FreeFileSync +{ + void checkForNewVersion(); +} + +#endif // UPDATEVERSION_H_INCLUDED |