Subversion Repositories HelenOS

Rev

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

Rev 3346 Rev 3353
Line 1... Line 1...
1
#ifndef MKDIR_H
1
#ifndef MKDIR_H
2
#define MKDIR_H
2
#define MKDIR_H
3
 
3
 
4
/* Prototypes for the mkdir command, excluding entry points */
4
/* Prototypes for the mkdir command, excluding entry points */
5
 
5
 
6
 
-
 
-
 
6
extern unsigned int create_directory(const char *, unsigned int);
7
#endif /* MKDIR_H */
7
#endif /* MKDIR_H */
8
 
8