Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2404 → Rev 2435

/branches/fs/uspace/fs/proto.h
32,11 → 32,17
* OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
/** @addtogroup FileSystemImpl
* @{
*/
 
/**
* @file proto.h
* @brief Function prototypes for the File System implementation.
*/
 
/* Function prototypes. */
 
 
#ifndef _PROTO_H
#define _PROTO_H
 
111,3 → 117,8
 
 
#endif /* _PROTO_H */
 
/**
* }
*/