Subversion Repositories HelenOS

Rev

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

Rev 2694 Rev 2699
Line 41... Line 41...
41
    char d_name[NAME_MAX + 1];
41
    char d_name[NAME_MAX + 1];
42
};
42
};
43
 
43
 
44
typedef struct {
44
typedef struct {
45
    int fd;
45
    int fd;
46
    unsigned pos;
-
 
47
    struct dirent res;
46
    struct dirent res;
48
} DIR;
47
} DIR;
49
 
48
 
50
 
49
 
51
extern DIR *opendir(const char *);
50
extern DIR *opendir(const char *);