Rev 3413 | Details | Compare with Previous | Last modification | View Log | RSS feed
#ifndef PWD_ENTRY_H
#define PWD_ENTRY_H
#include "scli.h"
/* Entry points for the pwd command */
extern void help_cmd_pwd(unsigned int);
extern int cmd_pwd(char **);
#endif