Support LV2 log trace messages
[ardour.git] / libs / ardour / ardour / soundcloud_upload.h
index 6b8700e7849cce0f434a22909afe0f29b4d3e56c..aff9245d66249bea6913f4b050864db88226705c 100644 (file)
@@ -8,8 +8,6 @@
 #define __ardour_soundcloud_upload_h__
 
 #include <string>
-#include <fstream>
-#include <iostream>
 #include <stdio.h>
 #include <cstring>
 #include <string>
@@ -35,7 +33,7 @@ public:
        ~SoundcloudUploader();
 
        std::string     Get_Auth_Token(std::string username, std::string password);
-       std::string Upload (std::string file_path, std::string title, std::string token, bool ispublic, ARDOUR::ExportHandler *caller);
+       std::string Upload (std::string file_path, std::string title, std::string token, bool ispublic, bool downloadable, ARDOUR::ExportHandler *caller);
        static int progress_callback(void *caller, double dltotal, double dlnow, double ultotal, double ulnow);