fix weak jack w/new jack_port_rename()
[ardour.git] / libs / backends / jack / weak_libjack.h
index 769a62c5b8d8405a9315a63237b6ee48802f5ee8..3465ef1344c90ea424fd4b0e7a4e5a080e4bd1ef 100644 (file)
@@ -186,6 +186,9 @@ int have_libjack(void);
 #include <jack/metadata.h>
 #endif
 
+// prototype for function currently only available in jack1 headers
+int jack_port_rename (jack_client_t* client, jack_port_t *port, const char *port_name);
+
 #ifdef USE_WEAK_JACK
 
 #undef jack_client_open