-Wnon-virtual-dtor
[ardour.git] / gtk2_ardour / utils_videotl.h
index a7d0908a34a32b50017950aec643b1583741353a..7315a7254056787c496fc9e980555148f7239323 100644 (file)
@@ -34,6 +34,8 @@
 
 namespace VideoUtils {
 
+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);
@@ -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__ */