diff options
Diffstat (limited to 'mtp/mtp_MtpServer.hpp')
-rwxr-xr-x | mtp/mtp_MtpServer.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mtp/mtp_MtpServer.hpp b/mtp/mtp_MtpServer.hpp index 360d1c376..ce6b13c2d 100755 --- a/mtp/mtp_MtpServer.hpp +++ b/mtp/mtp_MtpServer.hpp @@ -43,7 +43,7 @@ typedef std::vector<storage*> storages; class twmtp_MtpServer { public: void start(); - void setup(); + int setup(); void run(); void cleanup(); void send_object_added(int handle); |