aboutsummaryrefslogtreecommitdiff
path: root/generated/globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'generated/globals.h')
-rw-r--r--generated/globals.h37
1 files changed, 9 insertions, 28 deletions
diff --git a/generated/globals.h b/generated/globals.h
index 8f40ea18..82089a4d 100644
--- a/generated/globals.h
+++ b/generated/globals.h
@@ -803,34 +803,15 @@ struct syslogd_data {
// toys/pending/tar.c
struct tar_data {
- char *f, *C;
- struct arg_list *T, *X;
- char *to_command, *owner, *group, *mtime;
- struct arg_list *exclude;
-
- struct double_list *incl, *excl, *seen;
- struct string_list *dirs;
- char *cwd;
- int fd, ouid, ggid, hlc, warn, adev, aino;
- time_t mtt;
-
- // hardlinks seen so far (hlc many)
- struct {
- char *arg;
- ino_t ino;
- dev_t dev;
- } *hlx;
-
- // Parsed information about a tar header.
- struct tar_header {
- char *name, *link_target, *uname, *gname;
- long long size;
- uid_t uid;
- gid_t gid;
- mode_t mode;
- time_t mtime;
- dev_t device;
- } hdr;
+ char *fname;
+ char *dir;
+ struct arg_list *inc_file;
+ struct arg_list *exc_file;
+ char *tocmd;
+ struct arg_list *exc;
+
+ struct arg_list *inc, *pass;
+ void *inodes, *handle;
};
// toys/pending/tcpsvd.c