X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Futils_videotl.h;h=7315a7254056787c496fc9e980555148f7239323;hb=26decc032c1415fcf631dd7662f22024b4c9a8cf;hp=7f6f6052af0ec9500eb89cea93c5f57bd7adba42;hpb=616f2a0370a10dcc7372a95f6bca9f5a45698980;p=ardour.git diff --git a/gtk2_ardour/utils_videotl.h b/gtk2_ardour/utils_videotl.h index 7f6f6052af..7315a72540 100644 --- a/gtk2_ardour/utils_videotl.h +++ b/gtk2_ardour/utils_videotl.h @@ -34,7 +34,9 @@ namespace VideoUtils { -bool confirm_video_outfn (std::string, std::string docroot=""); +extern unsigned int harvid_version; + +bool confirm_video_outfn (Gtk::Window& parent, std::string, std::string docroot=""); std::string video_dest_dir (const std::string, const std::string); std::string video_dest_file (const std::string, const std::string); std::string strip_file_extension (const std::string infile); @@ -56,8 +58,4 @@ bool video_query_info ( ); }; -extern "C" { - char *a3_curl_http_get (const char *u, int *status); -} - #endif /* __gtk_ardour_video_utils_h__ */