-rw-r--r-- | src/eyefi.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 { | |||
10 | std::string credential; | 10 | std::string credential; |
11 | std::string snonce; | 11 | std::string snonce; |
12 | int transfermode; | 12 | int transfermode; |
13 | unsigned int transfermodetimestamp; | 13 | long transfermodetimestamp; |
14 | bool upsyncallowed; | 14 | bool upsyncallowed; |
15 | }; | 15 | }; |
16 | 16 | ||