1
0
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:
Mark Pizzolato
2020-10-20 02:50:34 -07:00
parent c8a8cca7a3
commit dceadb393e
4 changed files with 109 additions and 0 deletions

2
scp.h
View File

@@ -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 */