mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 05:52:57 +00:00
Fixed bugs and added DIRS command.
svn path=/trunk/; revision=723
This commit is contained in:
parent
583a7209da
commit
36f33622cc
10 changed files with 223 additions and 86 deletions
|
@ -172,7 +172,7 @@ INT cmd_date (LPTSTR, LPTSTR);
|
|||
|
||||
|
||||
/* Prototypes for DEL.C */
|
||||
INT cmd_del (LPTSTR, LPTSTR);
|
||||
INT CommandDelete (LPTSTR, LPTSTR);
|
||||
|
||||
|
||||
/* Prototypes for DELAY.C */
|
||||
|
@ -190,6 +190,7 @@ VOID DestroyDirectoryStack (VOID);
|
|||
INT GetDirectoryStackDepth (VOID);
|
||||
INT CommandPushd (LPTSTR, LPTSTR);
|
||||
INT CommandPopd (LPTSTR, LPTSTR);
|
||||
INT CommandDirs (LPTSTR, LPTSTR);
|
||||
|
||||
|
||||
/* Prototypes for ECHO.C */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue