-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 @@ -7,13 +7,13 @@ //gsoap rns service namespace: http://localhost/api/soap/eyefilm struct rns__StartSessionResponse { std::string credential; std::string snonce; int transfermode; - unsigned int transfermodetimestamp; + long transfermodetimestamp; bool upsyncallowed; }; int efs__StartSession( std::string macaddress,std::string cnonce, int transfermode,long transfermodetimestamp, |