copy over multiple connection works, but not checked file integirty

This commit is contained in:
Ryo Nakamura
2022-10-22 23:57:36 +09:00
parent c38197d795
commit 3a22043f41
4 changed files with 249 additions and 45 deletions

View File

@@ -23,7 +23,9 @@ extern int verbose;
#define pr_v3(fmt, ...) pr_v(3, fmt, ##__VA_ARGS__)
#define pr_info(fmt, ...) fprintf(stdout, "%s(): " fmt, \
#define pr(fmt, ...) fprintf(stderr, fmt, ##__VA_ARGS__)
#define pr_info(fmt, ...) fprintf(stderr, "INFO:%s(): " fmt, \
__func__, ##__VA_ARGS__)
#define pr_warn(fmt, ...) fprintf(stderr, "\x1b[1m\x1b[33m" \