From 6258fb1baaaa46a828fd6753b9401880b9b63aec Mon Sep 17 00:00:00 2001
From: Michael Krelin <hacker@klever.net>
Date: Fri, 20 Jan 2012 20:45:42 +0000
Subject: use the same timestamp type for input and output

Signed-off-by: Michael Krelin <hacker@klever.net>
---
(limited to 'src')

diff --git a/src/eyefi.h b/src/eyefi.h
index 84a5ebd..eb60cc1 100644
--- a/src/eyefi.h
+++ b/src/eyefi.h
@@ -10,7 +10,7 @@ struct rns__StartSessionResponse {
     std::string credential;
     std::string snonce;
     int transfermode;
-    unsigned int transfermodetimestamp;
+    long transfermodetimestamp;
     bool upsyncallowed;
 };
 
--
cgit v0.9.0.2