X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt_properties.h;h=16ec1364695d9a24d103554f38c975998936660a;hb=16f5e142927df67bd9a844ce56066d7497ca6069;hp=e1e84e033ade4195af7c5c064a0128fa38c61fac;hpb=63dc2f08b9ec162234aa8d6688bf56ec71349acb;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