Rev 4371 | Details | Compare with Previous | Last modification | View Log | RSS feed
#ifndef MOUNT_ENTRY_H
#define MOUNT_ENTRY_H
/* Entry points for the mount command */
extern int cmd_mount(char **);
extern void help_cmd_mount(unsigned int);
#endif /* MOUNT_ENTRY_H */