Subversion Repositories HelenOS

Rev

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

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