X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt_property.h;h=493839ddc390a4c69dedd7a19cf326014b254730;hb=b9481bb114ff8bfff85e5097a57438c855b30e1e;hp=51a8f4119c3df5a289a78bb3028a69e15e85cb88;hpb=05008d72aac63b4abca2bc51b9c6e73a722d5703;p=melted diff --git a/src/framework/mlt_property.h b/src/framework/mlt_property.h index 51a8f41..493839d 100644 --- a/src/framework/mlt_property.h +++ b/src/framework/mlt_property.h @@ -81,5 +81,7 @@ extern char *mlt_property_get_string( mlt_property self ); extern void *mlt_property_get_data( mlt_property self, int *length ); extern void mlt_property_close( mlt_property self ); +extern void mlt_property_pass( mlt_property this, mlt_property that ); + #endif