1
0
mirror of https://github.com/simh/simh.git synced 2026-05-05 07:23:34 +00:00

SCP: Add DEL/RM command to facilitate portable command files

This commit is contained in:
Mark Pizzolato
2017-02-16 07:36:35 -08:00
parent 8882cebe27
commit 7a1b35ae12
2 changed files with 23 additions and 0 deletions

1
scp.h
View File

@@ -90,6 +90,7 @@ t_stat set_default_cmd (int32 flg, CONST char *cptr);
t_stat pwd_cmd (int32 flg, CONST char *cptr);
t_stat dir_cmd (int32 flg, CONST char *cptr);
t_stat type_cmd (int32 flg, CONST char *cptr);
t_stat delete_cmd (int32 flg, CONST char *cptr);
t_stat brk_cmd (int32 flag, CONST char *ptr);
t_stat do_cmd (int32 flag, CONST char *ptr);
t_stat goto_cmd (int32 flag, CONST char *ptr);