Subversion Repositories HelenOS

Rev

Rev 3403 | Rev 4348 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3403 Rev 4345
Line 37... Line 37...
37
 
37
 
38
#include <sys/types.h>
38
#include <sys/types.h>
39
 
39
 
40
extern char *absolutize(const char *, size_t *);
40
extern char *absolutize(const char *, size_t *);
41
 
41
 
42
extern int mount(const char *, const char *, const char *);
42
extern int mount(const char *, const char *, const char *,
-
 
43
    const unsigned int flags);
43
 
44
 
44
#endif
45
#endif
45
 
46
 
46
/** @}
47
/** @}
47
 */
48
 */