#include "streaming.h"
#include "tree-walk.h"
+struct batch_options {
+ int enabled;
+ int follow_symlinks;
+ int print_contents;
+ const char *format;
+};
+
static int cat_one_file(int opt, const char *exp_type, const char *obj_name,
int unknown_type)
{
}
}
-struct batch_options {
- int enabled;
- int follow_symlinks;
- int print_contents;
- const char *format;
-};
static int batch_one_object(const char *obj_name, struct batch_options *opt,
struct expand_data *data)