summaryrefslogtreecommitdiffstats
path: root/mtp/mtp_MtpServer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'mtp/mtp_MtpServer.hpp')
-rwxr-xr-xmtp/mtp_MtpServer.hpp2
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);