+captive_vfs_commit()
[captive.git] / src / libcaptive / include / captive / client-vfs.h
index 38f2ad9..38db49e 100644 (file)
@@ -45,6 +45,7 @@ struct captive_options;
 
 GnomeVFSResult captive_vfs_new
                (CaptiveVfsObject **captive_vfs_object_return,const struct captive_options *options);
+GnomeVFSResult captive_vfs_commit(CaptiveVfsObject *captive_vfs_object);
 
 G_END_DECLS