Rev 3022 | Rev 4537 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3022 | Rev 4055 | ||
---|---|---|---|
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 *, |
- | 43 | const unsigned int flags); |
|
39 | 44 | ||
40 | #endif |
45 | #endif |
41 | 46 | ||
42 | /** @} |
47 | /** @} |
43 | */ |
48 | */ |