summaryrefslogtreecommitdiff
path: root/ui/checkVersion.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/checkVersion.h')
-rw-r--r--ui/checkVersion.h10
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
bgstack15