00001 #ifndef MOUNT_ENTRY_H 00002 #define MOUNT_ENTRY_H 00003 00004 /* Entry points for the mount command */ 00005 extern int cmd_mount(char **); 00006 extern void help_cmd_mount(unsigned int); 00007 00008 #endif /* MOUNT_ENTRY_H */ 00009