<?php
/**
 * EGroupware API: VFS - stream wrapper interface
 *
 * @link http://www.egroupware.org
 * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
 * @package api
 * @subpackage vfs
 * @version $Id$
 */

use EGroupware\Api\Vfs;

/**
 * @deprecated use EGroupware\Api\Vfs\StreamWrapperIface
 */
interface iface_stream_wrapper extends Vfs\StreamWrapperIface {}