aboutsummaryrefslogtreecommitdiffstats
path: root/updater/updater.h
diff options
context:
space:
mode:
Diffstat (limited to 'updater/updater.h')
-rw-r--r--updater/updater.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/updater/updater.h b/updater/updater.h
index 22fbfd2..bd60dc1 100644
--- a/updater/updater.h
+++ b/updater/updater.h
@@ -23,6 +23,7 @@
typedef struct {
FILE* cmd_pipe;
ZipArchive* package_zip;
+ int version;
} UpdaterInfo;
#endif