00001 #ifndef MKDIR_H 00002 #define MKDIR_H 00003 00004 /* Prototypes for the mkdir command, excluding entry points */ 00005 00006 static unsigned int create_directory(const char *, unsigned int); 00007 #endif /* MKDIR_H */ 00008