Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4054 → Rev 4055

/branches/dd/uspace/lib/libc/include/vfs/vfs.h
35,8 → 35,13
#ifndef LIBC_VFS_H_
#define LIBC_VFS_H_
 
extern int mount(const char *, const char *, const char *);
#include <sys/types.h>
 
extern char *absolutize(const char *, size_t *);
 
extern int mount(const char *, const char *, const char *,
const unsigned int flags);
 
#endif
 
/** @}