Rev 3364 | Details | Compare with Previous | Last modification | View Log | RSS feed
#ifndef MKDIR_H
#define MKDIR_H
/* Prototypes for the mkdir command, excluding entry points */
static unsigned int create_directory(const char *, unsigned int);
#endif /* MKDIR_H */