X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt_properties.h;h=16ec1364695d9a24d103554f38c975998936660a;hb=d61a4ab32e7b834996d394b2e8032680e05109ff;hp=e1e84e033ade4195af7c5c064a0128fa38c61fac;hpb=206ff6b48bd54bee6d1ac679c352296f374c7590;p=melted diff --git a/src/framework/mlt_properties.h b/src/framework/mlt_properties.h index e1e84e0..16ec136 100644 --- a/src/framework/mlt_properties.h +++ b/src/framework/mlt_properties.h @@ -72,6 +72,8 @@ extern int mlt_properties_rename( mlt_properties self, const char *source, const extern int mlt_properties_count( mlt_properties self ); extern void mlt_properties_dump( mlt_properties self, FILE *output ); extern void mlt_properties_debug( mlt_properties self, const char *title, FILE *output ); +extern int mlt_properties_save( mlt_properties, const char * ); +extern int mlt_properties_dir_list( mlt_properties, const char *, const char *, int ); extern void mlt_properties_close( mlt_properties self ); #endif