Subversion Repositories HelenOS

Rev

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

Rev 4345 Rev 4348
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 *, const char *,
43
    const unsigned int flags);
43
    const unsigned int flags);
44
 
44
 
45
#endif
45
#endif
46
 
46
 
47
/** @}
47
/** @}