Subversion Repositories HelenOS

Rev

Rev 3364 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
3277 post 1
#ifndef MKDIR_H
2
#define MKDIR_H
3
 
4
/* Prototypes for the mkdir command, excluding entry points */
5
 
3364 post 6
static unsigned int create_directory(const char *, unsigned int);
3277 post 7
#endif /* MKDIR_H */
8