Subversion Repositories HelenOS

Rev

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

Rev 2927 Rev 3403
Line 33... Line 33...
33
 */
33
 */
34
 
34
 
35
#ifndef LIBC_VFS_H_
35
#ifndef LIBC_VFS_H_
36
#define LIBC_VFS_H_
36
#define LIBC_VFS_H_
37
 
37
 
-
 
38
#include <sys/types.h>
-
 
39
 
-
 
40
extern char *absolutize(const char *, size_t *);
-
 
41
 
38
extern int mount(const char *, const char *, const char *);
42
extern int mount(const char *, const char *, const char *);
39
 
43
 
40
#endif
44
#endif
41
 
45
 
42
/** @}
46
/** @}