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