From 59aa03f15cdc33a93ad604392747a36634996aab Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Thu, 17 Mar 2011 22:03:33 +0000 Subject: added "flags" parameter for GetPhotoStatus request Signed-off-by: Michael Krelin --- (limited to 'src/eyefi.h') diff --git a/src/eyefi.h b/src/eyefi.h index 70e918d..84a5ebd 100644 --- a/src/eyefi.h +++ b/src/eyefi.h @@ -27,6 +27,7 @@ struct rns__GetPhotoStatusResponse { int efs__GetPhotoStatus( std::string credential, std::string macaddress, std::string filename, long filesize, std::string filesignature, + int flags, struct rns__GetPhotoStatusResponse &r ); struct rns__MarkLastPhotoInRollResponse { -- cgit v0.9.0.2