Rev 2753 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2753 | Rev 2755 | ||
|---|---|---|---|
| Line 33... | Line 33... | ||
| 33 | */ |
33 | */ |
| 34 | 34 | ||
| 35 | #ifndef LIBC_VFS_CANONIFY_H_ |
35 | #ifndef LIBC_VFS_CANONIFY_H_ |
| 36 | #define LIBC_VFS_CANONIFY_H_ |
36 | #define LIBC_VFS_CANONIFY_H_ |
| 37 | 37 | ||
| - | 38 | #include <sys/types.h> |
|
| - | 39 | ||
| 38 | extern char *canonify(char *, size_t *); |
40 | extern char *canonify(char *, size_t *); |
| 39 | 41 | ||
| 40 | #endif |
42 | #endif |
| 41 | 43 | ||
| 42 | /** @} |
44 | /** @} |