mirror of
https://github.com/simh/simh.git
synced 2026-04-17 16:44:15 +00:00
SCP: Add internal & cross platform support for tar and curl commands
This commit is contained in:
2
scp.h
2
scp.h
@@ -117,6 +117,8 @@ t_stat echo_cmd (int32 flag, CONST char *ptr);
|
||||
t_stat echof_cmd (int32 flag, CONST char *ptr);
|
||||
t_stat debug_cmd (int32 flag, CONST char *ptr);
|
||||
t_stat runlimit_cmd (int32 flag, CONST char *ptr);
|
||||
t_stat tar_cmd (int32 flag, CONST char *ptr);
|
||||
t_stat curl_cmd (int32 flag, CONST char *ptr);
|
||||
t_stat test_lib_cmd (int32 flag, CONST char *ptr);
|
||||
|
||||
/* Allow compiler to help validate printf style format arguments */
|
||||
|
||||
Reference in New Issue
Block a user