* disabled debugging output
[ardour.git] / libs / fst / fst.h
index 9055eac6206b4bdb5ee8800f871b44126d5c28c2..493cb2e5722e7424bfda435a023b991776efb219 100644 (file)
@@ -82,6 +82,7 @@ extern "C" {
 #endif
 
 extern int  fst_init ();
+extern void fst_finish ();
 
 extern FSTHandle* fst_load (const char*);
 extern int        fst_unload (FSTHandle*);