summaryrefslogtreecommitdiff
path: root/update.cpp
diff options
context:
space:
mode:
authorBrian Potchik <brian@vector35.com>2017-10-18 17:03:37 -0400
committerBrian Potchik <brian@vector35.com>2017-10-19 19:21:50 -0400
commit01aec7ed694b537192093d37a7933f710bc0d70b (patch)
tree59458dfc88ec2108570f3574c460d6cad9c997b1 /update.cpp
parentd7701ace7ac399c26e3ef3eca17e36324c5ea19d (diff)
UI Updates for Product and Update Status.
Diffstat (limited to 'update.cpp')
-rw-r--r--update.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/update.cpp b/update.cpp
index 135fee5e..0ec69892 100644
--- a/update.cpp
+++ b/update.cpp
@@ -67,10 +67,10 @@ vector<UpdateChannel> UpdateChannel::GetList()
}
-bool UpdateChannel::AreUpdatesAvailable()
+bool UpdateChannel::AreUpdatesAvailable(uint64_t* expireTime, uint64_t* serverTime)
{
char* errors;
- bool result = BNAreUpdatesAvailable(name.c_str(), &errors);
+ bool result = BNAreUpdatesAvailable(name.c_str(), expireTime, serverTime, &errors);
if (errors)
{