Rev 4492 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4492 | Rev 4508 | ||
|---|---|---|---|
| Line 53... | Line 53... | ||
| 53 | extern char *absolutize(const char *, size_t *); |
53 | extern char *absolutize(const char *, size_t *); |
| 54 | 54 | ||
| 55 | extern int mount(const char *, const char *, const char *, const char *, |
55 | extern int mount(const char *, const char *, const char *, const char *, |
| 56 | unsigned int); |
56 | unsigned int); |
| 57 | 57 | ||
| - | 58 | extern void stdio_init(int filc, fdi_node_t *filv[]); |
|
| - | 59 | extern void stdio_done(void); |
|
| - | 60 | ||
| 58 | extern int open_node(fdi_node_t *, int); |
61 | extern int open_node(fdi_node_t *, int); |
| 59 | extern int fd_phone(int); |
62 | extern int fd_phone(int); |
| 60 | extern void fd_node(int, fdi_node_t *); |
63 | extern int fd_node(int, fdi_node_t *); |
| 61 | 64 | ||
| 62 | extern FILE *fopen_node(fdi_node_t *, const char *); |
65 | extern FILE *fopen_node(fdi_node_t *, const char *); |
| 63 | extern int fphone(FILE *); |
66 | extern int fphone(FILE *); |
| 64 | extern void fnode(FILE *, fdi_node_t *); |
67 | extern int fnode(FILE *, fdi_node_t *); |
| 65 | 68 | ||
| 66 | #endif |
69 | #endif |
| 67 | 70 | ||
| 68 | /** @} |
71 | /** @} |
| 69 | */ |
72 | */ |