#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 */

